Problem catlunch
User R9q5P8
Submission Time 2025-10-28 21:09:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:21:35: error: ‘N’ was not declared in this scope
21 | for (long long i = 0; i < N; ++i) {
| ^
catlunch.cpp:22:26: error: ‘T’ was not declared in this scope
22 | lastScore += T[i];
| ^
catlunch.cpp:28:35: error: ‘N’ was not declared in this scope
28 | for (long long i = 0; i < N; ++i) {
| ^
catlunch.cpp:29:17: error: ‘T’ was not declared in this scope
29 | if (T[i] > 0) highest += T[i];
| ^