| Problem | helloworld | 
|---|---|
| User | angelahaha | 
| Submission Time | 2023-11-08 09:39:14 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp:1:2: error: invalid preprocessing directive #inc
    1 | #inc <cstudio>
      |  ^~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cout’ was not declared in this scope
    4 |  cout<< "Hello world";
      |  ^~~~
helloworld.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
  +++ |+#include <iostream>
    1 | #inc <cstudio>