Problem | sum |
---|---|
User | jamestan |
Submission Time | 2025-04-07 13:38:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sum.cpp: In function ‘int main()’:
sum.cpp:6:12: error: expected ‘;’ before ‘long’
6 | cin.tie(0)
| ^
| ;
sum.cpp:8:10: error: ‘n’ was not declared in this scope
8 | cin>>n;
| ^