feat(codeforces): 1017
This commit is contained in:
parent
375a673932
commit
f366180f50
31 changed files with 857 additions and 1 deletions
10
codeforces/1017/a.out
Normal file
10
codeforces/1017/a.out
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue