QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#567136 | #9308. World Cup | hwww | Compile Error | / | / | C++11 | 773b | 2024-09-16 08:30:21 | 2024-09-16 08:30:22 |
Judging History
This is the latest submission verdict.
- [2024-09-16 08:30:22]
- Judged
- Verdict: Compile Error
- Time: 0ms
- Memory: 0kb
- [2024-09-16 08:30:21]
- Submitted
answer
#include<bitsdc++.h>
#define ll long long
using namespace std;
void slove(){
return ;
}
int main(){
ll t;
scanf("%d", &t);
while(t--){
int a[10000];
for(int i = 1; i <= 32; i ++)
scanf("%d", &a[i]);
int chn = a[1];
sort(a + 1, a + 1 + 32);
for(int i = 1; i <= 32; i ++){
if(a[i] == chn){
chn = i;
break ;
}
}
if(chn == 32){
printf("1\n");
break ;
}
if(chn >= 1 && chn <= 2){
printf("32\n");
break ;
}
if(chn >= 3 && chn <= 6){
printf("16\n");
break ;
}
if(chn >= 7 && chn <= 13){
printf("8\n");
break ;
}
if(chn >= 14 && chn <= 27){
printf("4\n");
break ;
}
if(chn >= 28 && chn <= 31){
printf("2\n");
break ;
}
}
return 0;
}
詳細信息
answer.code:1:9: fatal error: bitsdc++.h: No such file or directory 1 | #include<bitsdc++.h> | ^~~~~~~~~~~~ compilation terminated.