Borderou de evaluare (job #2385056)

Utilizator alexge50alexX AleX alexge50 Data 21 martie 2019 15:55:42
Problema Flux maxim Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:115:16: error: inlining failed in call to always_inline 'bool bfs(const Network&, State&, int, int)': target specific option mismatch fast_shit bool bfs(const Network& network, State& state, int source, int destination) ^~~ main.cpp:70:5: note: called from here while(bfs(network, state, source, destination)) ^~~~~ main.cpp:102:16: error: inlining failed in call to always_inline 'void flux_update(State&, int, int, int)': target specific option mismatch fast_shit void flux_update(State& state, int value, int x, int source) ^~~~~~~~~~~ main.cpp:78:55: note: called from here flux_update(state, x, destination, source); ^ main.cpp:87:15: error: inlining failed in call to always_inline 'int flux_value(const Network&, State&, int, int)': target specific option mismatch fast_shit int flux_value(const Network& network, State& state, int x, int source) ^~~~~~~~~~ main.cpp:75:68: note: called from here auto x = flux_value(network, state, destination, source); ^ Non zero exit status: 1

Ceva nu functioneaza?