Problem | helloworld |
---|---|
User | DuckyKayden |
Submission Time | 2025-08-15 08:27:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:7:6: error: ‘std::istream’ {aka ‘class std::basic_istream<char>’} has no member named ‘tite’; did you mean ‘tie’?
7 | cin.tite(0);
| ^~~~
| tie
helloworld.cpp:10:23: error: expected ‘;’ at end of input
10 | cout << "Hello World"
| ~~~~~~~~~~~~~^
| ;
helloworld.cpp:10:10: error: expected ‘}’ at end of input
10 | cout << "Hello World"
| ^~~~~~~~~~~~~
helloworld.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^