Problem | exam |
---|---|
User | chlochlocrunch |
Submission Time | 2023-02-10 15:35:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp:13:16: error: missing terminating ' character
13 | std cout << b'c;
| ^~~
exam.cpp: In function ‘int main()’:
exam.cpp:12:14: error: ‘b’ was not declared in this scope
12 | std::cin >>b>>c;
| ^
exam.cpp:12:17: error: ‘c’ was not declared in this scope
12 | std::cin >>b>>c;
| ^
exam.cpp:13:7: error: expected primary-expression before ‘cout’
13 | std cout << b'c;
| ^~~~