結果
問題 | No.1291 小手調べ |
ユーザー | cpcznksutbeoa |
提出日時 | 2020-11-20 21:26:22 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 132 bytes |
コンパイル時間 | 545 ms |
コンパイル使用メモリ | 63,212 KB |
実行使用メモリ | 10,144 KB |
最終ジャッジ日時 | 2024-07-23 12:37:47 |
合計ジャッジ時間 | 4,479 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | OLE | - |
testcase_02 | -- | - |
testcase_03 | -- | - |
testcase_04 | -- | - |
ソースコード
#include <iostream> using namespace std; int main(){int N;cin>>N;while(--N){int a;cin>>a;cout<<9;a--;while(--a)cout<<0;cout<<endl;}}