Submission #752023
Source Code Expand
<?php $base = 10; $exp = fgets(STDIN); $ruijou = pow($base,$exp); echo $ruijou + 7; ?>
Submission Info
| Submission Time | |
|---|---|
| Task | A - 数え上げ |
| User | tamasaburo |
| Language | PHP (5.6.30) |
| Score | 0 |
| Code Size | 93 Byte |
| Status | WA |
| Exec Time | 29 ms |
| Memory | 3452 KiB |
Judge Result
| Set Name | Sample | All | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 0 / 100 | ||||||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt, 0_002.txt |
| All | 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 25 ms | 3452 KiB |
| 0_001.txt | AC | 25 ms | 3452 KiB |
| 0_002.txt | WA | 27 ms | 3452 KiB |
| 1_003.txt | AC | 27 ms | 3452 KiB |
| 1_004.txt | WA | 29 ms | 3452 KiB |
| 1_005.txt | AC | 25 ms | 3452 KiB |
| 1_006.txt | WA | 25 ms | 3452 KiB |