cp/codeforces/1017/a.out

10 lines
470 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

a.cc: In function void solve():
a.cc:21:31: error: invalid operands of types int and <unresolved overloaded function type> to binary operator<<
21 | cout << a[0] << b[0] << c[0 << endl;
| ~~^~~~~~~
a.cc:21:38: error: expected ] before ; token
21 | cout << a[0] << b[0] << c[0 << endl;
| ^
| ]
[code]: 1