Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61544 | zhangweiran | 算天数 | C++ | Accepted | 0 MS | 240 KB | 116 | 2025-03-02 22:31:43 |
#include <bits/stdc++.h> using namespace std; int main(){ cout<<183<<endl<< '*' <<2; return 0; }