Submission #64072
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 | #include<iostream> #include<algorithm> using namespace std; int main(){ int o=1,u=0; cout<<o; for ( int i=0;i<100;i++){ cout<<u; } cout<< "\n" ; return 0; } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - みらくるくるる |
ユーザー名 | ei2037 |
投稿日時 | 2020-09-16 17:24:33 |
言語 | C++17 |
状態 | Accepted |
得点 | 2 |
ソースコード長 | 182 Byte |
最大実行時間 | 62 ms |
最大メモリ使用量 | 604 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 2 / 2 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
Alice_in1.txt | AC | 62 ms | 604 KB |
1
|