提出 #31934072
ソースコード 拡げる
use proconio::input;
fn main() {
input! {
n: usize,
};
let ans = n / 3;
println!("{}", ans);
}
提出情報
| 提出日時 | |
|---|---|
| 問題 | A - Grouping 2 |
| ユーザ | bouzuya |
| 言語 | Rust (1.42.0) |
| 得点 | 100 |
| コード長 | 120 Byte |
| 結果 | AC |
| 実行時間 | 7 ms |
| メモリ | 2084 KiB |
ジャッジ結果
| セット名 | Sample | All | ||||
|---|---|---|---|---|---|---|
| 得点 / 配点 | 0 / 0 | 100 / 100 | ||||
| 結果 |
|
|
| セット名 | テストケース |
|---|---|
| Sample | sample_01.txt, sample_02.txt, sample_03.txt |
| All | 01.txt, 02.txt, 03.txt, 04.txt, 05.txt, 06.txt, 07.txt, 08.txt, sample_01.txt, sample_02.txt, sample_03.txt |
| ケース名 | 結果 | 実行時間 | メモリ |
|---|---|---|---|
| 01.txt | AC | 7 ms | 2036 KiB |
| 02.txt | AC | 2 ms | 1888 KiB |
| 03.txt | AC | 2 ms | 2016 KiB |
| 04.txt | AC | 2 ms | 2056 KiB |
| 05.txt | AC | 2 ms | 2024 KiB |
| 06.txt | AC | 2 ms | 2008 KiB |
| 07.txt | AC | 1 ms | 2060 KiB |
| 08.txt | AC | 2 ms | 2060 KiB |
| sample_01.txt | AC | 1 ms | 2084 KiB |
| sample_02.txt | AC | 1 ms | 2016 KiB |
| sample_03.txt | AC | 1 ms | 2016 KiB |