Search found 2 matches

by fryzito
Wed Nov 23, 2011 4:33 am
Forum: Volume 101 (10100-10199)
Topic: 10192 - Vacation
Replies: 58
Views: 21834

Re: 10192 - Vacation

I recommend not to use

while ((gets (str1) & & str1 [0]) & & (gets (str2) & & str2 [0]) & & str1 [0]! = '#' & & str2 [0]! = '#') {

but only

while (gets (str1) & & gets (str2) & & str1 [0]! = '#') {
by fryzito
Wed Nov 23, 2011 3:49 am
Forum: Volume 5 (500-599)
Topic: 554 - Caesar Cypher
Replies: 27
Views: 14393

Re: 554 - Caesar Cypher

thank for their help I get AC with your help. :D

Go to advanced search