| Problem | integer |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-04-01 22:06:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
integer.cpp: In function ‘void printInteger()’:
integer.cpp:2:5: error: ‘printf’ was not declared in this scope
2 | printf("0");
| ^~~~~~
integer.cpp:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+++ |+#include <cstdio>
1 | void printInteger() {