Submission #62517
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #include<iostream> #include<vector> #include<algorithm> #include<queue> using namespace std; int main(){ cin.tie(nullptr); ios_base::sync_with_stdio( false ); cout<<1; for ( int i=1;i<=100;i++){ cout<<0; } cout<< "\n" ; return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - みらくるくるる |
ユーザー名 | ei2005 |
投稿日時 | 2020-08-19 10:53:45 |
言語 | C++14 |
状態 | Accepted |
得点 | 2 |
ソースコード長 | 283 Byte |
最大実行時間 | 25 ms |
最大メモリ使用量 | 476 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 2 / 2 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
Alice_in1.txt | AC | 25 ms | 476 KB |
1
|