Problem typoswap
User JJYZZ
Submission Time 2024-06-21 13:57:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:10: error: ‘firstName’ was not declared in this scope
6 | cin >> firstName >> lastName
| ^~~~~~~~~
typoswap.cpp:6:23: error: ‘lastName’ was not declared in this scope
6 | cin >> firstName >> lastName
| ^~~~~~~~
typoswap.cpp:10:11: error: ‘fullName’ was not declared in this scope
10 | cout << fullName;
| ^~~~~~~~