Problem typoswap
User beyondstewpid
Submission Time 2025-03-17 14:49:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp:1:3: error: invalid preprocessing directive #Read
1 | # Read the input
| ^~~~
typoswap.cpp:4:3: error: invalid preprocessing directive #Swap
4 | # Swap the words
| ^~~~
typoswap.cpp:7:3: error: invalid preprocessing directive #Output
7 | # Output the result
| ^~~~~~
typoswap.cpp:2:1: error: ‘A’ does not name a type
2 | A, B = input().split()
| ^