Submission #186834


Source Code Expand

chomp(my $line1 = <>);
my $ans = ($line1 + 1) % 12 + 1;
print “$ans\n”;

Submission Info

Submission Time
Task A - 来月は何月?
User ktnyt
Language Perl (5.14.2)
Score 0
Code Size 77 Byte
Status RE
Exec Time 23 ms
Memory 1060 KB

Compile Error

Unrecognized character \xE2; marked by <-- HERE after print <-- HERE near column 7 at ./Main.pl line 3.

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
RE × 12
Set Name Test Cases
All test_1.txt, test_10.txt, test_11.txt, test_12.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
test_1.txt RE 22 ms 1060 KB
test_10.txt RE 22 ms 872 KB
test_11.txt RE 22 ms 1056 KB
test_12.txt RE 23 ms 1060 KB
test_2.txt RE 23 ms 1060 KB
test_3.txt RE 22 ms 888 KB
test_4.txt RE 22 ms 1056 KB
test_5.txt RE 22 ms 1056 KB
test_6.txt RE 22 ms 1060 KB
test_7.txt RE 22 ms 932 KB
test_8.txt RE 22 ms 1052 KB
test_9.txt RE 22 ms 932 KB