Problem typo
User JoshJuice
Submission Time 2024-08-27 13:19:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:11:13: error: ‘s’ was not declared in this scope
11 | } else if (s != t) {
| ^
typo.cpp:11:18: error: ‘t’ was not declared in this scope
11 | } else if (s != t) {
| ^