0_0_39851759_22951.c: In function 'main':
0_0_39851759_22951.c:4:5: error: 'ios' undeclared (first use in this function)
4 | ios::sync_with_stdio(0);
| ^~~
0_0_39851759_22951.c:4:5: note: each undeclared identifier is reported only once for each function it appears in
0_0_39851759_22951.c:4:8: error: expected ';' before '::' token
4 | ios::sync_with_stdio(0);
| ^~
| ;
0_0_39851759_22951.c:5:5: error: 'cin' undeclared (first use in this function)
5 | cin.tie(0);
| ^~~
0_0_39851759_22951.c:6:5: error: 'cout' undeclared (first use in this function)
6 | cout.tie(0);
| ^~~~
|