Problem sumint
User Yvonne
Submission Time 2024-06-20 09:23:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:9:7: error: expected unqualified-id before ‘=’ token
9 | int=a;
| ^
sumint.cpp:10:7: error: ‘a’ was not declared in this scope
10 | cin>>a;
| ^