Problem gotosleep
User sussygoose
Submission Time 2024-11-03 17:25:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotosleep.cpp: In function ‘int main()’:
gotosleep.cpp:20:15: error: expected initializer before ‘total’
20 | long lont total = arr[0];
| ^~~~~
gotosleep.cpp:29:24: error: ‘total’ was not declared in this scope
29 | if (arr[inc] + total > T) {
| ^~~~~