Problem | sumint |
---|---|
User | phoenix348 |
Submission Time | 2025-01-08 16:09:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:8:3: error: expected initializer before ‘cin’
8 | cin>>a;
| ^~~
sumint.cpp:9:14: error: ‘a’ was not declared in this scope
9 | } int sum = a;
| ^