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 117a7e4

Browse files
solve-Paiza
1 parent a67dfb0 commit 117a7e4

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

‎.idea/workspace.xml

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

‎Paiza/PHP/D/13.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
fscanf(STDIN, "%d%d", $a, $b);
4+
5+
$divide = $a / $b;
6+
$remainder = $a % $b;
7+
8+
echo floor($divide) . '' . $remainder;

‎Paiza/PHP/D/225.php

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

‎Paiza/PHP/D/239.php

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

0 commit comments

Comments
(0)

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