Problem videogames
User justin271828
Submission Time 2024-12-30 12:27:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

videogames.cpp: In function ‘int main()’:
videogames.cpp:4:12: error: expected unqualified-id before ‘long’
4 | #define l2 long long
| ^~~~
videogames.cpp:10:9: note: in expansion of macro ‘l2’
10 | int N, l2 K;
| ^~
videogames.cpp:11:14: error: ‘K’ was not declared in this scope
11 | cin >> N >> K;
| ^