Problem | typoswap |
---|---|
User | Veera |
Submission Time | 2024-06-21 12:45:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typoswap.cpp:7:5: error: missing terminating " character
7 | """Swaps the order of two words.
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
typoswap.cpp:15:5: error: missing terminating " character
15 | """
| ^
typoswap.cpp: In function ‘std::string swap_words(std::string, std::string)’:
typoswap.cpp:10:10: error: ‘The’ was not declared in this scope
10 | a: The first word.
| ^~~