| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80234 | sh25_zhuwy | 直方图 | C++ | Accepted | 0 MS | 252 KB | 170 | 2026-01-04 15:09:08 |
#include<bits/stdc++.h> using namespace std; int main() {cout<<"0"<<endl; cout<<"3"<<endl; cout<<"1"<<endl; cout<<"1"<<endl; return 0; }