Problem | sumint |
---|---|
User | joevincent1987 |
Submission Time | 2024-02-23 20:03:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:7:7: error: expected ‘;’ before ‘cin’
7 | c = 0
| ^
| ;
8 | cin >> a;
| ~~~