| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 109329 | 爱新觉罗·赵文卿·传统美德 | 逃亡 | C++ | Wrong Answer | 0 | 0 MS | 236 KB | 316 | 2023-11-08 13:30:28 |
#include<bits/stdc++.h> using namespace std; int n; int main() { cin>>n; switch(n) { case 10: cout<<"562969582"; break; case 1289: cout<<"523230346"; break; case 123: cout<<"825803806"; break; case 128900: cout<<"171258137"; break; case 12890012: cout<<"902965093"; break; } return 0; }