mirror of
https://github.com/tiennm99/codeforces.git
synced 2026-08-04 10:23:49 +00:00
feat(php): 1A (not passed yet)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
.idea
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
fscanf(STDIN, "%d %d %d", $n, $m, $a);
|
||||
|
||||
$tilesN = intdiv($n + $a - 1, $a);
|
||||
$tilesM = intdiv($m + $a - 1, $a);
|
||||
|
||||
echo $tilesN * $tilesM;
|
||||
Reference in New Issue
Block a user