0_0_38318714_25339.cpp: In lambda function:
0_0_38318714_25339.cpp:14:2: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(false); cin.tie(0);
^
0_0_38318714_25339.cpp:14:36: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(false); cin.tie(0);
^
0_0_38318714_25339.cpp:14:36: note: suggested alternative:
In file included from 0_0_38318714_25339.cpp:2:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
|