| Problem | integer |
|---|---|
| User | bribritt |
| Submission Time | 2026-04-01 19:31:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
integer.cpp: In constructor ‘A::A()’:
integer.cpp:5:3: error: ‘cout’ was not declared in this scope
5 | cout << 67;
| ^~~~
integer.cpp:6:3: error: ‘exit’ was not declared in this scope
6 | exit(0);
| ^~~~