提出 #38987154


ソースコード 拡げる

use proconio::{input , fastout};
#[fastout]
fn main(){
input!{
n:usize,
  mut s:[String;n],
}
  s.reverse();
  for i in 0..s.len(){
println!("{}" , s[i]);
  }
}

提出情報

提出日時
問題 A - Sequence of Strings
ユーザ sou31415
言語 Rust (1.42.0)
得点 100
コード長 171 Byte
結果 AC
実行時間 7 ms
メモリ 2172 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 11
セット名 テストケース
Sample 00_sample_00.txt, 00_sample_01.txt
All 00_sample_00.txt, 00_sample_01.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 02_max_00.txt, 02_max_01.txt, 02_max_02.txt, 03_min_00.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt AC 7 ms 2088 KiB
00_sample_01.txt AC 1 ms 2172 KiB
01_random_00.txt AC 1 ms 2084 KiB
01_random_01.txt AC 1 ms 1972 KiB
01_random_02.txt AC 1 ms 2100 KiB
01_random_03.txt AC 1 ms 2096 KiB
01_random_04.txt AC 1 ms 2020 KiB
02_max_00.txt AC 1 ms 2064 KiB
02_max_01.txt AC 1 ms 2096 KiB
02_max_02.txt AC 1 ms 2028 KiB
03_min_00.txt AC 1 ms 2116 KiB