Problem | dna_ioi |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-23 21:09:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dna_ioi.cpp: In function ‘void init(std::string, std::string)’:
dna_ioi.cpp:22:7: error: ‘s1’ was not declared in this scope; did you mean ‘t1’?
22 | if (s1[i]==s2[i]){
| ^~
| t1
dna_ioi.cpp:22:14: error: ‘s2’ was not declared in this scope; did you mean ‘t2’?
22 | if (s1[i]==s2[i]){
| ^~
| t2