Problem | typoswap |
---|---|
User | skibidininja98 |
Submission Time | 2024-06-21 12:36:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp: In function ‘int main()’:
typoswap.cpp:7:5: error: ‘s’ was not declared in this scope
7 | if(s==t){
| ^
typoswap.cpp:7:8: error: ‘t’ was not declared in this scope
7 | if(s==t){
| ^
typoswap.cpp:8:11: error: expected primary-expression before ‘;’ token
8 | cout << ;
| ^