Problem whaleroles
User r1r2r3r4
Submission Time 2025-05-14 17:34:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

whaleroles.cpp: In function ‘int main()’:
whaleroles.cpp:9:12: error: ‘c’ was not declared in this scope
9 | while (c > 9) {
| ^
whaleroles.cpp:11:9: error: ‘b’ was not declared in this scope
11 | b += 1;
| ^
whaleroles.cpp:13:13: error: ‘y’ was not declared in this scope
13 | cout << y << "\n";
| ^
whaleroles.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
whaleroles.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^