| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 54379 | 董承诺 | 寻找最低数 | C++ | Wrong Answer | 0 | 0 MS | 240 KB | 317 | 2022-07-29 15:07:56 |
#include<bits/stdc++.h> using namespace std; //int a,b,c; int main(){ // for(int i=1;i<=2;i--){ // cin>>a; // if(a==0) break; // if(a<10) cout<<a; // else{ // b=a/10; // c=a%10; // if(b<c) cout<<b; // if(c<b) cout<<c; // if(c==b) cout<<b; // } // } cout<<"2"<<endl<<"8"; return 0; }