Problem | sumint |
---|---|
User | Krishna |
Submission Time | 2023-10-19 08:22:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:12:24: error: expected ‘;’ before ‘}’ token
12 | meows.push_back(meow)}
| ^
| ;
sumint.cpp:17:13: error: expected ‘;’ before ‘return’
17 | cout << sum
| ^
| ;
18 | return 0;
| ~~~~~~