Problem nylunchtime
User newperson
Submission Time 2024-07-25 14:48:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nylunchtime.cpp:3:9: error: ‘ll’ does not name a type
3 | typedef ll long long;
| ^~
nylunchtime.cpp: In function ‘int main()’:
nylunchtime.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll N; cin >> N;
| ^~
nylunchtime.cpp:7:15: error: ‘N’ was not declared in this scope
7 | ll N; cin >> N;
| ^