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

Compile Error

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