Problem | sum |
---|---|
User | Fet |
Submission Time | 2024-12-07 13:51:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp: In function ‘int main()’:
sum.cpp:4:30: error: expected ‘;’ before ‘cin’
4 | ios_base::sync_with_stdio(0)
| ^
| ;
5 | cin.tie(0)
| ~~~
sum.cpp:7:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n;
| ^
| yn