Submission #45254496
Source Code Expand
use proconio::input; fn main() { input! { x: usize, } let ans = if x < 1200 { "ABC" } else { "ARC" }; println!("{}", ans); }
Submission Info
Submission Time | |
---|---|
Task | A - ABC/ARC |
User | bouzuya |
Language | Rust (rustc 1.70.0) |
Score | 100 |
Code Size | 150 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 2092 KiB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_example_01.txt, 00_example_02.txt |
All | 00_example_01.txt, 00_example_02.txt, 01.txt, 02.txt, 03.txt, 04.txt, 05.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_example_01.txt | AC | 1 ms | 2072 KiB |
00_example_02.txt | AC | 1 ms | 1984 KiB |
01.txt | AC | 1 ms | 2076 KiB |
02.txt | AC | 1 ms | 1956 KiB |
03.txt | AC | 0 ms | 1912 KiB |
04.txt | AC | 1 ms | 1916 KiB |
05.txt | AC | 1 ms | 2092 KiB |