0_0_25512125_21245.cpp: In function 'int main()':
0_0_25512125_21245.cpp:16:51: error: expected ';' before ':' token
#define fio ios::sync_with_stdio(false);cin.tie(0):cout.tie(0)
^
0_0_25512125_21245.cpp:91:5: note: in expansion of macro 'fio'
fio
^
0_0_25512125_21245.cpp:149:1: error: expected '}' at end of input
}
^
|