| # | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
|---|---|---|---|---|---|---|---|
| 1342189 | javkhlantogs | Koala Game (APIO17_koala) | C++20 | 0 ms | 344 KiB |
#include<bits/stdc++.h>
#include "koala.h"
#define ll long long
using namespace std;
ll i,j,k,q;
int b[201],r[201];
int minValue(int n,int w){
for(i=0 ; i<n ; i++) b[i]=0;
b[0]=1;
playRound(b,r);
for(i=0 ; i<n ; i++){
if(r[i]<b[i]) return i;
}
return 0;
}
int maxValue(int n,int w){
return 0;
}
int greaterValue(int n,int w){
return 0;
}
void allValues(int n,int w,int *p){
}| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
| # | Verdict | Execution time | Memory | Grader output |
|---|---|---|---|---|
| Fetching results... | ||||
