Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
49311 | wanglisuyang | 202406-GESP-一级-休息时间 | C++ | Compile Error | 0 MS | 0 KB | 159 | 2024-07-02 20:07:37 |
#include<bits/stdc++.h> using namespace std; int main() { int h=7; int m=59; int s=30; int cout <<h<<":"<<m<<":"<<s; return 0; }