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

Compile Error

typoswap.cpp: In function ‘int main()’:
typoswap.cpp:6:18: error: expected initializer before string constant
6 | string firstName""
| ^~
typoswap.cpp:11:11: error: ‘fullName’ was not declared in this scope
11 | cout << fullName;
| ^~~~~~~~