Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
167734 A班吴艺欣 二进制半整数 C++ 运行超时 0 1000 MS 248 KB 368 2024-08-19 17:16:42

Tests(0/5):


#include<bits/stdc++.h> using namespace std; int main(){ int t,n,a,b,c=0; cin>>t; for(int k=1;k<=t;k++){ cin>>n; for(int j=1;j<=n;j++){ for(int i=1;i<=n;i++){ for(int l=1;j<=i;j++){ a*=2; for(int l=1;j<=j;j++){ b*=2; if(a+b==n){ cout<<"yes"; c++; break; } } } } } } if(c==0){ cout<<"no"; } }


测评信息: