| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 41069 | WZH | 求三位数各数位中最大值 | C++ | Compile Error | 0 MS | 0 KB | 192 | 2024-02-19 09:48:19 |
#include<iostream> using namespace std; int main() { int n; cin>>n; int b=n/100; int s=n/10%10; int gn%10; cout<<b<<" "<<s<<" "<<g<<endl; cout<<max(max(b,s),g); return 0; }