Problem nylunchtime
User bestatchinesechess
Submission Time 2025-02-19 21:54:21
Score 0

Compile Error

nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:7:5: error: expected ‘(’ before ‘n’
7 | if n >= 60) {
| ^
| (
nylunchtime.cpp:9:4: error: ‘else’ without a previous ‘if’
9 | } else {
| ^~~~