Submission #54181
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | #include<bits/stdc++.h> using namespace std; #define INF 1000000007 int u[111100]; int i[111100]; vector< int >y; int main(){ cin.tie(0); ios::sync_with_stdio( false ); cout <<1; for ( int n=0;n<100;n++) cout <<0; cout << '\n' ; return (0); } |
ステータス
項目 | データ |
---|---|
問題 | 0007 - みらくるくるる |
ユーザー名 | ei1923 |
投稿日時 | 2019-09-05 15:50:08 |
言語 | C++14 |
状態 | Accepted |
得点 | 2 |
ソースコード長 | 261 Byte |
最大実行時間 | 25 ms |
最大メモリ使用量 | 604 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 2 / 2 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
Alice_in1.txt | AC | 25 ms | 604 KB |
1
|