Problem sumint
User Hihihihihi
Submission Time 2026-06-22 16:26:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:5: error: expected unqualified-id before ‘=’ token
8 | int=x;
| ^
sumint.cpp:11:8: error: ‘x’ was not declared in this scope
11 | cin>>x;
| ^