Problem | reverse |
---|---|
User | AlphanumericUsername |
Submission Time | 2025-06-19 13:29:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
reverse.cpp:2:1: error: expected constructor, destructor, or type conversion before ‘print’
2 | print(' '.join(input().split(" ")[::-1]))
| ^~~~~