結果
問題 | No.796 well known |
ユーザー | KiYugadgeter |
提出日時 | 2019-03-31 13:56:36 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
OLE
|
実行時間 | - |
コード長 | 201 bytes |
コンパイル時間 | 532 ms |
コンパイル使用メモリ | 63,952 KB |
実行使用メモリ | 10,148 KB |
最終ジャッジ日時 | 2024-11-21 14:46:39 |
合計ジャッジ時間 | 59,800 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | OLE | - |
testcase_01 | OLE | - |
testcase_02 | OLE | - |
testcase_03 | OLE | - |
testcase_04 | OLE | - |
testcase_05 | OLE | - |
testcase_06 | OLE | - |
testcase_07 | OLE | - |
testcase_08 | OLE | - |
testcase_09 | OLE | - |
testcase_10 | OLE | - |
testcase_11 | OLE | - |
testcase_12 | OLE | - |
testcase_13 | OLE | - |
testcase_14 | OLE | - |
testcase_15 | OLE | - |
testcase_16 | OLE | - |
ソースコード
#include <iostream> int main() { int i; std::cin >> i; std::cout << "1"; for (int x = 0; x < i; i++) { std::cout << " " << "3"; } std::cout << std::endl; return 0; }