| Problem | exam |
|---|---|
| User | liuyueyang0510 |
| Submission Time | 2024-04-16 13:39:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:15:25: error: expected ‘;’ before ‘printf’
15 | scanf("%d %d", &a, &b)
| ^
| ;
16 | printf("%d\n", a + b);
| ~~~~~~