Submission #49396209
Source Code Expand
use proconio::input;
fn main() {
input! {
n: usize,
};
println!("L{}ng", "o".repeat(n));
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Long Loong |
| User | bouzuya |
| Language | Rust (rustc 1.70.0) |
| Score | 100 |
| Code Size | 112 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 2076 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_00.txt, example_01.txt |
| All | example_00.txt, example_01.txt, hand_00.txt, hand_01.txt, hand_02.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 1 ms | 1916 KiB |
| example_01.txt | AC | 1 ms | 1884 KiB |
| hand_00.txt | AC | 1 ms | 1912 KiB |
| hand_01.txt | AC | 1 ms | 2056 KiB |
| hand_02.txt | AC | 1 ms | 1968 KiB |
| random_00.txt | AC | 1 ms | 1920 KiB |
| random_01.txt | AC | 1 ms | 2008 KiB |
| random_02.txt | AC | 1 ms | 1724 KiB |
| random_03.txt | AC | 1 ms | 1896 KiB |
| random_04.txt | AC | 0 ms | 2076 KiB |