Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61543 | zhangweiran | 算天数 | C++ | Compile Error | 0 MS | 0 KB | 186 | 2025-03-02 22:31:19 |
蓝桥杯C++题目《平年闰年算天数》创氪编程参考程序 #include <bits/stdc++.h> using namespace std; int main(){ cout<<183<<endl<< '*' <<2; return 0; }