Problem | coke |
---|---|
User | asbx |
Submission Time | 2023-12-06 15:28:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coke.cpp: In function ‘int main()’:
coke.cpp:14:50: error: expected ‘;’ before ‘}’ token
14 | v.push_back(make_pair(i,make_pair(s[i],t[i])))
| ^
| ;
15 | }
| ~
coke.cpp:18:10: error: expected ‘(’ before ‘c’
18 | else if c==0 cout<<"Yes";
| ^
| (
coke.cpp:19:2: error: ‘else’ without a previous ‘if’
19 | else{
| ^~~~