Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
54952 | zhangweiran | 直方图 | C++ | Accepted | 1 MS | 236 KB | 133 | 2024-11-01 15:29:38 |
#include<bits/stdc++.h> using namespace std; int main() { cout << 0 << endl << 3 << endl << 1 << endl << 1; return 0; }