Problem integer
User lucas
Submission Time 2026-08-18 21:28:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integer.cpp: In function ‘void printInteger()’:
integer.cpp:1:22: error: ‘cout’ was not declared in this scope
1 | void printInteger(){ cout << 1 }
| ^~~~