Problem | sumint |
---|---|
User | Yicen |
Submission Time | 2025-02-11 12:56:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:10:16: error: expected ‘;’ before ‘}’ token
10 | cin>>meows[i]
| ^
| ;
11 | }
| ~
sumint.cpp:14:24: error: incompatible types in assignment of ‘int’ to ‘int [d]’
14 | total_meows = meows+=1
| ^