結果
問題 |
No.304 鍵(1)
|
ユーザー |
|
提出日時 | 2016-11-07 01:02:42 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
TLE
(最新)
AC
(最初)
|
実行時間 | - |
コード長 | 427 bytes |
コンパイル時間 | 688 ms |
コンパイル使用メモリ | 80,760 KB |
実行使用メモリ | 40,272 KB |
最終ジャッジ日時 | 2024-07-17 00:35:52 |
合計ジャッジ時間 | 7,096 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | TLE * 1 -- * 5 |
ソースコード
#define _USE_MATH_DEFINES #include<stdio.h> #include<string> #include<iostream> #include<cctype> #include<cstdio> #include<vector> #include<stack> #include<queue> #include <algorithm> #include<math.h> #include<set> #include<map> #include<iomanip> //#include<bits/stdc++.h> using namespace std; int main() { int t=0; while(1){ string a; cout<<t; cin>>a; if(a=="unlocked")break; t++; } return 0; }