Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab7262b

Browse files
Solve-Paiza
1 parent 21fd552 commit ab7262b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

‎.idea/workspace.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Paiza/PHP/D/216.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
fscanf(STDIN, "%d", $a);
3+
fscanf(STDIN, "%d", $b);
4+
5+
echo 500 - ($a + $b);
6+
7+
?>

‎Paiza/PHP/D/237.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?php
2+
fscanf(STDIN, "%s", $a);
3+
4+
echo "paiza" . $a;
5+
?>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /