Problem f7
User Sealions
Submission Time 2022-12-23 09:41:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

f7.cpp: In function ‘int main()’:
f7.cpp:5:29: error: expected ‘;’ before ‘{’ token
5 | ios::sync_with_stdio(0){
| ^
| ;
f7.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
f7.cpp:3:8: note: to match this ‘{’
3 | main(){
| ^