Problem | dna_ioi |
---|---|
User | popperoni |
Submission Time | 2024-08-18 13:14:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dna_ioi.cpp: In function ‘int get_distance(int, int)’:
dna_ioi.cpp:49:6: error: ‘A’ was not declared in this scope
49 | if (A != A1 or T != T1 or C != C1) {
| ^
dna_ioi.cpp:49:11: error: ‘A1’ was not declared in this scope; did you mean ‘y1’?
49 | if (A != A1 or T != T1 or C != C1) {
| ^~
| y1
dna_ioi.cpp:49:17: error: ‘T’ was not declared in this scope
49 | if (A != A1 or T != T1 or C != C1) {
| ^
dna_ioi.cpp:49:22: error: ‘T1’ was not declared in this scope; did you mean ‘y1’?
49 | if (A != A1 or T != T1 or C != C1) {
| ^~
| y1
dna_ioi.cpp:49:28: error: ‘C’ was not declared in this scope
49 | if (A != A1 or T != T1 or C != C1) {
| ^
dna_ioi.cpp:49:33: error: ‘C1’ was not declared in this scope; did you mean ‘y1’?
49 | if (A != A1 or T != T1 or C != C1) {<