File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ *CDC is the trademark of the Control Data Corporation.
2
+ *IBM is a trademark of the International Business Machine Corporation.
3
+ *DEC is the trademark of the Digital Equipment Corporation.
Original file line number Diff line number Diff line change
1
+ 1JKJ'pz'{ol'{yhklthyr'vm'{ol'Jvu{yvs'Kh{h'Jvywvyh{pvu5
2
+ 1PIT'pz'h'{yhklthyr'vm'{ol'Pu{lyuh{pvuhs'I|zpulzz'Thjopul'Jvywvyh{pvu5
3
+ 1KLJ'pz'{ol'{yhklthyr'vm'{ol'Kpnp{hs'Lx|pwtlu{'Jvywvyh{pvu5
Original file line number Diff line number Diff line change
1
+ // https://uva.onlinejudge.org/external/4/458.pdf
2
+ #include < bits/stdc++.h>
3
+ using namespace std ;
4
+ int main (){
5
+ for (string s;getline (cin, s);){
6
+ for (int c:s)cout<<char (c-7 );
7
+ cout<<" \n " ;
8
+ }
9
+ }
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ There are solutions for the following
17
17
([ contest site] ( http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=330 ) )
18
18
* [ 424 - Integer Inquiry] ( 00424.cc )
19
19
([ contest site] ( https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=365 ) )
20
+ * [ 458 - The Decoder] ( 00458.cc )
21
+ ([ contest site] ( https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=24&problem=399 ) )
20
22
* [ 459 - Graph Connectivity] ( 00459.cc )
21
23
([ contest site] ( https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=6&problem=400 ) )
22
24
* [ 579 - Clock Hands] ( 00579.cc )
You can’t perform that action at this time.
0 commit comments