Problem nylunchtime
User priyal
Submission Time 2024-07-25 15:02:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:8:8: error: ‘r’ was not declared in this scope
8 | cin >> r;
| ^
nylunchtime.cpp:10:20: error: expected ‘)’ before ‘;’ token
10 | cout << "Yes\n";
| ^
| )
nylunchtime.cpp:9:13: note: to match this ‘(’
9 | if (n >= 60)(
| ^
nylunchtime.cpp:11:1: error: expected primary-expression before ‘)’ token
11 | )
| ^
nylunchtime.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
nylunchtime.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^