| Problem | exam |
|---|---|
| User | AswinSami |
| Submission Time | 2026-06-22 15:48:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:10: error: expected initializer before ‘==’ token
10 | if(int x == 1)
| ^~
exam.cpp:10:9: error: expected ‘)’ before ‘==’ token
10 | if(int x == 1)
| ~ ^~~
| )
exam.cpp:11:8: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [12]’)
11 | cout >> "Hello World";
| ~~~~ ^~ ~~~~~~~~~~~~~
| | |
| | const char [12]
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/string:56,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,