Submission #3817545


Source Code Expand

use std::io::{self,Read};

fn main() {
  let mut buf = String::new();
  io::stdin().read_to_string(&mut buf).unwrap();
  let n:u32  = buf.parse().unwrap();
  println!("{}", (n+1) * 5000);
}

Submission Info

Submission Time
Task A - AtCoder社の給料
User tinsep19
Language Rust (1.15.1)
Score 0
Code Size 196 Byte
Status RE
Exec Time 9 ms
Memory 4352 KB

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
RE × 14
Set Name Test Cases
All 00_sample_01.txt, 00_sample_02.txt, test_100.txt, test_14.txt, test_29.txt, test_4.txt, test_42.txt, test_48.txt, test_54.txt, test_59.txt, test_71.txt, test_72.txt, test_84.txt, test_96.txt
Case Name Status Exec Time Memory
00_sample_01.txt RE 2 ms 4352 KB
00_sample_02.txt RE 2 ms 4352 KB
test_100.txt RE 2 ms 4352 KB
test_14.txt RE 2 ms 4352 KB
test_29.txt RE 2 ms 4352 KB
test_4.txt RE 2 ms 4352 KB
test_42.txt RE 2 ms 4352 KB
test_48.txt RE 2 ms 4352 KB
test_54.txt RE 2 ms 4352 KB
test_59.txt RE 2 ms 4352 KB
test_71.txt RE 9 ms 4352 KB
test_72.txt RE 2 ms 4352 KB
test_84.txt RE 2 ms 4352 KB
test_96.txt RE 2 ms 4352 KB