Problem | eatingparallelograms |
---|---|
User | KavinP |
Submission Time | 2025-06-20 16:21:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:11:19: error: expected ‘;’ before ‘}’ token
11 | cout<< s[i]*2
| ^
| ;
12 | }
| ~
eatingparallelograms.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
eatingparallelograms.cpp:4:14: note: to match this ‘{’
4 | signed main(){
| ^