Problem | catlunch |
---|---|
User | Armnotsostrong123456 |
Submission Time | 2025-05-17 10:44:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:8:5: error: ‘N’ was not declared in this scope
8 | N, K = map(int, sys.stdin.readline().split())
| ^
catlunch.cpp:8:8: error: ‘K’ was not declared in this scope
8 | N, K = map(int, sys.stdin.readline().split())
| ^
catlunch.cpp:8:21: error: ‘sys’ was not declared in this scope
8 | N, K = map(int, sys.stdin.readline().split())
| ^~~
catlunch.cpp:8:49: error: class template argument deduction failed:
8 | N, K = map(int, sys.stdin.readline().split())
| ^
catlunch.cpp:8:49: error: no matching function for call to ‘map()’
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from catlunch.cpp:1:
/usr/include/c++/9/bits/stl_map.h:1416:5: note: candidate: ‘template<cla