Problem | typoswap |
---|---|
User | Veera |
Submission Time | 2024-06-21 12:41:54 |
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:7:5: error: expected ‘;’ before ‘Args’
7 | """Swaps the order of two words.
| ^
| ;
8 |
9 | Args:
| ~~~~