Problem sumint
User Z2077
Submission Time 2025-08-12 21:28:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:5:3: error: expected ‘,’ or ‘;’ before ‘cin’
5 | cin>>t
| ^~~
sumint.cpp:7:8: error: ‘numbers’ was not declared in this scope
7 | cin>>numbers
| ^~~~~~~