| Problem | addition |
|---|---|
| User | shivanshi31 |
| Submission Time | 2024-06-24 14:14:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:1: error: expected ‘,’ or ‘;’ before ‘int’
5 | int b = 30
| ^~~
addition.cpp:6:13: error: expected ‘}’ at end of input
6 | cout << (a+b)
| ^
addition.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^