Submission #00201
ソースコード
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | #include <map> #include <set> #include <cmath> #include <queue> #include <stack> #include <cctype> #include <cstdio> #include <string> #include <vector> #include <cstdlib> #include <cstring> #include <sstream> #include <iostream> #include <algorithm> #include <functional> #define INF (2 << 28) #define fr first #define sc second using namespace std; typedef long long ll; typedef pair< int , int > iP; int main(){ srand (789709); cout << rand () % 10 << endl; } |
ステータス
項目 | データ |
---|---|
問題 | 0008 - くじ引き |
ユーザー名 | Jogasaki_Mika_Tanto_P |
投稿日時 | 2015-05-27 16:20:42 |
言語 | C++11 |
状態 | Accepted |
得点 | 1 |
ソースコード長 | 498 Byte |
最大実行時間 | 9 ms |
最大メモリ使用量 | 510 KB |
セット
セット | 得点 | Cases | |
---|---|---|---|
1 | ALL | 1 / 1 | * |
テストケース
ファイル名 | 状態 | 実行時間 | メモリ使用量 | # |
---|---|---|---|---|
Aironi.txt | AC | 9 ms | 510 KB |
1
|