Various incomplete solutions
This commit is contained in:
7
CodeChef/easy/TEST/solve.php
Normal file
7
CodeChef/easy/TEST/solve.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
echo fgets(STDIN);
|
||||
while($s = fgets(STDIN)) {
|
||||
if(trim($s) == '42')
|
||||
die;
|
||||
echo $s;
|
||||
}
|
Reference in New Issue
Block a user