| Problem | addition |
|---|---|
| User | mengqi6767 |
| Submission Time | 2026-06-22 15:20:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
addition.cpp: In function ‘int main()’:
addition.cpp:11:6: error: expected ‘;’ before ‘sum’
11 | cout sum;
| ^~~~
| ;
addition.cpp:11:10: error: expected ‘}’ at end of input
11 | cout sum;
| ^
addition.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^