| Problem | addition |
|---|---|
| User | avi |
| Submission Time | 2024-06-24 14:32:28 |
| 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:6:13: error: expected ‘;’ before ‘:’ token
6 | cin >> a:
| ^
| ;
addition.cpp:9:17: error: ‘b’ was not declared in this scope
9 | cout << a + b;
| ^