結果
| 問題 | No.9001 標準入出力の練習問題(テスト用) |
| ユーザー |
|
| 提出日時 | 2023-06-25 16:13:23 |
| 言語 | Rust (1.93.0 + proconio + num + itertools) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 284 bytes |
| 記録 | |
| コンパイル時間 | 720 ms |
| コンパイル使用メモリ | 190,336 KB |
| 実行使用メモリ | 6,272 KB |
| 最終ジャッジ日時 | 2026-03-23 21:45:35 |
| 合計ジャッジ時間 | 1,472 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 2 |
ソースコード
#![allow(unused_imports)]
use std::collections::{HashMap, HashSet};
use itertools::Itertools;
use proconio::{
fastout, input as ip,
marker::{Bytes, Chars, Isize1, Usize1 as U1},
};
#[fastout]
pub fn main() {
ip! {
a:usize,
b:usize,
r:String
}
println!("{}",a+b);
println!("{:?}",r);
}