提出 #43704873


ソースコード 拡げる

use proconio::input;

fn main() {
    input! {
        c: char,
    };
    let ans = (c as u8 + 1) as char;
    println!("{}", ans);
}

提出情報

提出日時
問題 A - Next Alphabet
ユーザ bouzuya
言語 Rust (1.42.0)
得点 100
コード長 135 Byte
結果 AC
実行時間 6 ms
メモリ 2104 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 6
セット名 テストケース
Sample 01.txt, 02.txt
All 01.txt, 02.txt, 11.txt, 12.txt, 13.txt, 14.txt
ケース名 結果 実行時間 メモリ
01.txt AC 6 ms 1968 KiB
02.txt AC 2 ms 2104 KiB
11.txt AC 1 ms 2100 KiB
12.txt AC 1 ms 2068 KiB
13.txt AC 1 ms 1976 KiB
14.txt AC 2 ms 2040 KiB