| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 68435 | sh25_ganzy | abc | C++ | Accepted | 0 MS | 240 KB | 131 | 2025-10-03 20:28:53 |
#include<bits/stdc++.h> using namespace std; int main(){ //100a+110b+12c=532 cout<<3<<' '<<2<<' '<<1; return 0; }