Submission #43233772
Source Code Expand
use proconio::input;
fn main() {
input! {
k: usize,
};
let ans = "ACL".repeat(k);
println!("{}", ans);
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Repeat ACL |
| User | bouzuya |
| Language | Rust (1.42.0) |
| Score | 100 |
| Code Size | 130 Byte |
| Status | AC |
| Exec Time | 6 ms |
| Memory | 2012 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, example0.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 6 ms | 2012 KiB |
| 001.txt | AC | 1 ms | 1996 KiB |
| 002.txt | AC | 1 ms | 1988 KiB |
| 003.txt | AC | 1 ms | 1932 KiB |
| example0.txt | AC | 3 ms | 1940 KiB |