| Problem | sumalllis |
|---|---|
| User | haydendoo |
| Submission Time | 2023-07-13 14:12:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sumalllis.cpp: In function ‘int main()’:
sumalllis.cpp:16:2: error: expected ‘,’ or ‘;’ before ‘int’
16 | int n; cin >> n;
| ^~~
sumalllis.cpp:16:16: error: ‘n’ was not declared in this scope
16 | int n; cin >> n;
| ^