Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61768 | zhangweiran | 最大购物优惠 | C++ | Accepted | 0 MS | 240 KB | 109 | 2025-03-07 14:41:00 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<9<<endl<<2<<" "<<4; return 0; }