Problem typo
User Joashhh
Submission Time 2024-11-14 14:09:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:14:12: error: ‘s1’ was not declared in this scope; did you mean ‘y1’?
14 | if(s1[i] == s2[j] && s1[j] == s2[i]){
| ^~
| y1
typo.cpp:14:21: error: ‘s2’ was not declared in this scope
14 | if(s1[i] == s2[j] && s1[j] == s2[i]){
| ^~