File tree 4 files changed +15
-0
lines changed
4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ I evol .uoy
2
+ uoY evol .em
3
+ er'eW a yppah .ylimaf
Original file line number Diff line number Diff line change
1
+ I love you.
2
+ You love me.
3
+ We're a happy family.
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env python3
2
+ # https://uva.onlinejudge.org/external/4/483.pdf
3
+ while True :
4
+ try :
5
+ l = input ()
6
+ print (' ' .join ([x [::- 1 ] for x in l .split ()]))
7
+ except :break
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ There are solutions for the following
23
23
([ problem site] ( https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=24&problem=399 ) )
24
24
* [ 459 - Graph Connectivity] ( 00459.cc )
25
25
([ problem site] ( https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=6&problem=400 ) )
26
+ * [ 483 - Word Scramble] ( 00483.py )
27
+ ([ problem site] ( http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=424 ) )
26
28
* [ 579 - Clock Hands] ( 00579.cc )
27
29
([ problem site] ( http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=520 ) )
28
30
* [ 623 - 500!] ( 00623.py )
You can’t perform that action at this time.
0 commit comments