| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 146935 | 王晏林 | 消消乐 | C++ | Output Limit Exceeded | 0 MS | 264 KB | 214 | 2026-02-01 12:14:50 |
#include<iostream> using namespace std; int main(){ int ge,shi,bai,i,b,s,y; for(i=100;i<1000;i++){ bai=i/100; shi=(i/10)%10; ge=i%10; if(b==s&&s==y) cout<<i<<" "; } return 0; }