| Problem | helloworld |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-09-11 15:51:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:6: error: ‘print’ is not a member of ‘std’; did you mean ‘isprint’?
3 | std::print >> "Jello World";
| ^~~~~
| isprint
helloworld.cpp:4:2: error: ‘retrun’ was not declared in this scope
4 | retrun 0;
| ^~~~~~