| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 50505 | eric | 天问一号 | C++ | Compile Error | 0 MS | 0 KB | 167 | 2024-08-27 16:54:31 |
#include<iostream> using namespace std; int main() { int s,f,m,sum=0; cher ch; cin>>s>>f>>m>>ch; if(ch=='p') s+=12; cout<<s*60*60+f*60+m; return 0; }