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