Submission #44398122


Source Code Expand

use proconio::input;

fn main() {
    input! {
        a: usize,
        b: usize,
    };
    let ans = 2 * a + 100 - b;
    println!("{}", ans);
}

Submission Info

Submission Time
Task A - twiblr
User bouzuya
Language Rust (1.42.0)
Score 100
Code Size 148 Byte
Status AC
Exec Time 6 ms
Memory 2100 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 2
AC × 6
Set Name Test Cases
Sample sample_01.txt, sample_02.txt
All handmade_00.txt, handmade_01.txt, random_00.txt, random_01.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
handmade_00.txt AC 6 ms 2048 KiB
handmade_01.txt AC 2 ms 1892 KiB
random_00.txt AC 2 ms 2012 KiB
random_01.txt AC 1 ms 2076 KiB
sample_01.txt AC 2 ms 2100 KiB
sample_02.txt AC 1 ms 2016 KiB