Problem contestcalc
User Biologyhater123
Submission Time 2025-06-16 14:58:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

contestcalc.cpp: In function ‘int32_t main()’:
contestcalc.cpp:7:31: error: expected ‘)’ before ‘;’ token
7 | ios::sync_with_stdio(false;
| ~ ^
| )
contestcalc.cpp:8:5: error: expected primary-expression before ‘)’ token
8 | )
| ^
contestcalc.cpp:9:22: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | int n, y; cin >> n;
| ^
| yn
contestcalc.cpp:13:21: error: ‘y’ was not declared in this scope
13 | cin >> x >> y;
| ^