# | 제출 시각UTC-0 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
987421 | user736482 | Cheerleaders (info1cup20_cheerleaders) | C++17 | 122 ms | 3012 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include<bits/stdc++.h>
using namespace std;
int n,a,b,c,mini=2147000000;
string res,resak;
vector<int>v;
map<int,int>mp;
pair<string,int> solve(vector<int>v2){
string odp="";
int odpint=0;
for(int i=0;i<n;i++){
int licz[1<<i+1];
for(int j=0;j<1<<i+1;j++)
licz[j]=0;
int wyn=0,wyn2=0;
for(int j=0;j<(int)v2.size();j++){
int smth = v2[j]>>n-i-1;
if(smth%2==0)
wyn+=licz[smth+1];
if(smth%2==1)
wyn2+=licz[smth-1];
licz[smth]++;
}
//cout<<wyn<<" "<<wyn2<<" ";
if(wyn>wyn2){
odp.push_back('1');
}
odpint+=min(wyn,wyn2);
for(int j=1;j<n;j++)
odp.push_back('2');
컴파일 시 표준 에러 (stderr) 메시지
# | 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... |