| Problem | sum2 |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-25 09:40:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:13:9: error: expected ‘;’ at end of input
13 | return 0
| ~^
| ;
sum2.cpp:13:8: error: expected ‘}’ at end of input
13 | return 0
| ^
sum2.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^