結果
問題 | No.304 鍵(1) |
ユーザー |
![]() |
提出日時 | 2020-08-15 10:30:40 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
AC
|
実行時間 | 67 ms / 2,000 ms |
コード長 | 243 bytes |
コンパイル時間 | 2,030 ms |
コンパイル使用メモリ | 192,216 KB |
最終ジャッジ日時 | 2025-01-13 01:11:29 |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 6 |
ソースコード
#include <bits/stdc++.h> using namespace std; #define rep(i,n) for(int i=0; i<(n); i++) typedef long long ll; int main(){ rep(i,10) rep(j,10) rep(k,10){ cout<<i<<j<<k<<endl; string s; cin>>s; if(s=="unlocked") return 0; } return 0; }