| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1353585 | ezzzay | Toxic Gene 2 (NOI24_toxic) | C++20 | 0 ms | 344 KiB |
#include "toxic.h"
#include<bits/stdc++.h>
using namespace std;
#define pb push_back
void determine_type(int n) {
vector<char>ans={'T'};
for(int i=1;i<n;i++){
vector<int>v=query_machine({0,i});
if(v[0]==2)ans.pb('T');
else ans.pb('R');
}
answer_type(ans);
}
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
