Problem goodprogrammer
User chickengoat
Submission Time 2026-02-26 14:20:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:6:6: error: ‘l’ was not declared in this scope; did you mean ‘ll’?
6 | for(l i=0;i<INT_MAX;i++) {
| ^
| ll
goodprogrammer.cpp:6:12: error: ‘i’ was not declared in this scope
6 | for(l i=0;i<INT_MAX;i++) {
| ^