| Problem | nylunchtime |
|---|---|
| User | Hatrix |
| Submission Time | 2026-03-04 13:44:55 |
| Score | 0 |
Owl Get a Life
nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:9:17: error: expected ‘;’ before ‘if’
9 | int N; cin >> N
| ^
| ;
10 | if(N >= 60) {
| ~~
nylunchtime.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else if(N < 60) {
| ^~~~
nylunchtime.cpp:14:11: error: ‘No’ was not declared in this scope; did you mean ‘N’?
14 | cout << No;
| ^~
| N