Problem sumint
User Yicen
Submission Time 2025-02-11 12:57:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:14:28: error: incompatible types in assignment of ‘int’ to ‘int [d]’
14 | int total_meows = meows+=1;
| ^