結果
問題 |
No.9001 標準入出力の練習問題(テスト用)
|
ユーザー |
|
提出日時 | 2017-07-23 16:28:55 |
言語 | D (dmd 2.109.1) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 237 bytes |
コンパイル時間 | 737 ms |
コンパイル使用メモリ | 100,836 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-12 21:06:22 |
合計ジャッジ時間 | 1,128 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 2 |
ソースコード
import std.stdio, std.conv, std.string, std.range, std.array, std.algorithm; void main() { int[] integers = readln().strip().split().map!(to!int)().array(); string str = readln().strip(); writeln(integers.sum, " ", str); }