| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 | 
|---|---|---|---|---|---|---|---|---|
| 135484 | 郝王骏程 | 我家的门牌号 | C++ | Compile Error | 0 MS | 0 KB | 537 | 2025-11-03 20:15:19 | 
#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int a,b=1,c=0,s=0; cin>>a; for(int i=1;i<=a;i++){ s=b; for(int i=a-b;i>=b;i--){ s+=s-1; } if(s+b/2%==0){ cout<<b<<a-b+1; return 0; } b++; } return 0; }
Main.cc: In function 'int main()':
Main.cc:15:19: error: expected primary-expression before '=' token
         if(s+b/2%==0){
                   ^
Main.cc:8:15: warning: unused variable 'c' [-Wunused-variable]
     int a,b=1,c=0,s=0;
               ^