| Problem | addition |
|---|---|
| User | tyleryu |
| Submission Time | 2023-09-11 20:34:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp:5:1: error: ‘cin’ does not name a type
5 | cin >> x;
| ^~~
addition.cpp:8:1: error: ‘cin’ does not name a type
8 | cin >> y;
| ^~~
addition.cpp:10:5: error: expected unqualified-id before numeric constant
10 | int 3 = x + y;
| ^