0_0_33761301_5599.cpp: In function 'int main()':
0_0_33761301_5599.cpp:74:4: error: unable to find numeric literal operator 'operator""int'
5int ans = bfs();
^
0_0_33761301_5599.cpp:74:4: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33761301_5599.cpp:75:7: error: 'ans' was not declared in this scope
if (ans == inf)
^
0_0_33761301_5599.cpp:79:10: error: expected '}' at end of input
return 0;
^
|