Problem nylunchtime
User Pyrros
Submission Time 2025-02-10 15:23:47
Score 0

Compile Error

nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:8:13: error: ‘c’ was not declared in this scope
8 | int n;cin>>c;if(n>=60)cout<<"Yes";else cout<<"No";
| ^