Submission #752367


Source Code Expand

<?php
fscanf(STDIN, "%d", $n);
$ret = bcadd(bcpow(10, $n), 7);
echo "$ret\n";
 
?>

Submission Info

Submission Time
Task A - 数え上げ
User aitti
Language PHP (5.6.30)
Score 0
Code Size 87 Byte
Status RE
Exec Time 26 ms
Memory 3452 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
RE × 3
RE × 7
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 RE 25 ms 3452 KiB
0_001.txt RE 25 ms 3452 KiB
0_002.txt RE 25 ms 3452 KiB
1_003.txt RE 25 ms 3452 KiB
1_004.txt RE 26 ms 3452 KiB
1_005.txt RE 25 ms 3452 KiB
1_006.txt RE 24 ms 3452 KiB