In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdbool:39:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:56,
from 0_0_37838780_14332.cpp:1:
0_0_37838780_14332.cpp: In function 'int main()':
0_0_37838780_14332.cpp:132:5: error: expected ';' before 'bool'
bool ok2=true;
^
0_0_37838780_14332.cpp:133:11: error: 'ok2' was not declared in this scope
while(ok2){
^
|