Problem catproblemsetter
User shenshiqi
Submission Time 2025-11-17 21:09:38
Score 0

Compile Error

catproblemsetter.cpp: In function ‘int main()’:
catproblemsetter.cpp:6:5: error: ‘ll’ was not declared in this scope
6 | ll n, k;
| ^~
catproblemsetter.cpp:7:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> n >> k;
| ^
| yn
catproblemsetter.cpp:7:17: error: ‘k’ was not declared in this scope
7 | cin >> n >> k;
| ^