feat(codeforces): 1017

This commit is contained in:
Barrett Ruth 2025-04-13 16:31:32 -04:00
parent 375a673932
commit f366180f50
31 changed files with 857 additions and 1 deletions

10
codeforces/1017/a.out Normal file
View file

@ -0,0 +1,10 @@
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