| Problem | sum2 |
|---|---|
| User | caslyn |
| Submission Time | 2026-06-25 09:26:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:7:17: error: expected ‘;’ before ‘int’
7 | cin.tie(nullptr)
| ^
| ;
8 |
9 | int N;
| ~~~
sum2.cpp:10:6: error: ‘N’ was not declared in this scope
10 | cin>>N;
| ^
sum2.cpp:18:15: error: expected ‘)’ before ‘{’ token
18 | if(A[i]>max1{
| ~ ^
| )
sum2.cpp:24:6: error: expected primary-expression before ‘}’ token
24 | }
| ^
sum2.cpp:26:14: error: expected ‘;’ before ‘}’ token
26 | return 0
| ^
| ;
27 | }
| ~