| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 | 
|---|---|---|---|---|---|---|---|---|
| 135485 | 郝王骏程 | 我家的门牌号 | C++ | Wrong Answer | 1 MS | 272 KB | 536 | 2025-11-03 20:16:01 | 
#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; }
------Input------
8923
------Answer-----
61 134
------Your output-----