| Problem | exam |
|---|---|
| User | bdaniducks |
| Submission Time | 2026-01-29 21:16:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp:14:11: error: missing terminating " character
14 | cout << "Hello World;
| ^~~~~~~~~~~~~
exam.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 |
5 | int main() {
| ~~~
exam.cpp: In function ‘int main()’:
exam.cpp:13:8: error: could not convert ‘x.std::__cxx11::basic_string<char>::operator=(1)’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
13 | if (x = 1) {
| ~~^~~
| |
| std::__cxx11::basic_string<char>
exam.cpp:15:2: error: expected primary-expression before ‘}’ token
15 | }
| ^
exam.cpp:17:7: error: could not convert ‘x.std::__cxx11::basic_string<char>::operator=(2)’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
17 | if (x=2) {
| ~^~
| |
| std