Problem integer
User enterusername
Submission Time 2026-04-02 12:17:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

integer.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
integer.cpp: In function ‘void printInteger()’:
integer.cpp:5:2: error: ‘exit’ was not declared in this scope
5 | exit(0);
| ^~~~