Submission #46795466


Source Code Expand

#![allow(dead_code)]
fn main() {
    proconio::input! {
        s: String,
        t: String
    }
    println!("{} san", s);
}

Submission Info

Submission Time
Task A - Takahashi san
User Lenqth
Language Rust (rustc 1.70.0)
Score 100
Code Size 128 Byte
Status AC
Exec Time 1 ms
Memory 2060 KiB

Compile Error

warning: unused variable: `t`
 --> src/main.rs:5:9
  |
5 |         t: String
  |         ^ help: if this is intentional, prefix it with an underscore: `_t`
  |
  = note: `#[warn(unused_variables)]` on by default

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 11
Set Name Test Cases
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, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 1 ms 1968 KiB
00_sample_01.txt AC 1 ms 1976 KiB
01_random_00.txt AC 1 ms 1932 KiB
01_random_01.txt AC 0 ms 1928 KiB
01_random_02.txt AC 1 ms 1896 KiB
01_random_03.txt AC 0 ms 1828 KiB
01_random_04.txt AC 0 ms 1928 KiB
01_random_05.txt AC 0 ms 1960 KiB
01_random_06.txt AC 0 ms 1864 KiB
01_random_07.txt AC 1 ms 2060 KiB
01_random_08.txt AC 1 ms 1972 KiB