Problem | ntuc |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-19 11:20:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ntuc.cpp: In function ‘int main()’:
ntuc.cpp:27:25: error: ‘n’ was not declared in this scope
27 | for (int i = 0; i < n and k > 0; i++) {
| ^
ntuc.cpp:27:31: error: ‘k’ was not declared in this scope
27 | for (int i = 0; i < n and k > 0; i++) {
| ^