結果
| 問題 | No.5003 物理好きクリッカー | 
| コンテスト | |
| ユーザー |  | 
| 提出日時 | 2020-06-05 05:09:56 | 
| 言語 | C++17(gcc12) (gcc 12.3.0 + boost 1.87.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 331 ms / 10,000 ms | 
| コード長 | 381 bytes | 
| コンパイル時間 | 1,238 ms | 
| 実行使用メモリ | 22,008 KB | 
| スコア | 0 | 
| 平均クエリ数 | 10000.00 | 
| 最終ジャッジ日時 | 2021-07-19 11:41:35 | 
| 合計ジャッジ時間 | 14,423 ms | 
| ジャッジサーバーID (参考情報) | judge11 / judge15 | 
| 純コード判定しない問題か言語 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 32 | 
ソースコード
#include <iostream>
#include <vector>
#include <algorithm>
#include <set>
#include <numeric>
#include <math.h>
#include <map>
#include <queue>
#include <assert.h>
using namespace std;
typedef long long int ll;
 
int main(){
	cin.tie(nullptr);
	ios::sync_with_stdio(false);
	int n; cin >> n;
	string s; cin >> s;
	for(int i=0;i<n;i++){
		cout << "Nothing" << endl;
		cin >> s;
	}
}
            
            
            
        