Problem sixandseven
User chlq3x
Submission Time 2026-06-26 15:39:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:21:1: error: ‘When’ was not declared in this scope
21 | When (N <= 99)
| ^~~~
sixandseven.cpp:24:3: error: expected ‘}’ before ‘else’
24 | } else {
| ^~~~
sixandseven.cpp:19:13: note: to match this ‘{’
19 | if (N <= 9) {
| ^
sixandseven.cpp: At global scope:
sixandseven.cpp:28:5: error: expected declaration before ‘}’ token
28 | }
| ^