digitswap - bradendubois/competitive-programming GitHub Wiki
Digit Swap
ID: digitswap
Difficulty: 1.3
CPU Time: 1 second
Memory: 1024 MB
Solution
Just read in the input, reverse it, print it back out.
ID: digitswap
Difficulty: 1.3
CPU Time: 1 second
Memory: 1024 MB
Just read in the input, reverse it, print it back out.