Problem typoswap
User NuggetsAreNice
Submission Time 2024-06-27 15:55:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x >> y;
| ^
typoswap.cpp:6:14: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> x >> y;
| ^
| yn