| Problem | exam |
|---|---|
| User | Adam |
| Submission Time | 2024-06-20 11:16:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:2: error: expected initializer before ‘cin’
11 | cin >> sum;
| ^~~
exam.cpp:17:3: error: expected ‘,’ or ‘;’ before ‘cout’
17 | cout << sum;
| ^~~~