| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 356058 | 顾李奕 | 【C1-5】工作时间 | C++ | Wrong Answer | 0 | 3 MS | 244 KB | 141 | 2025-10-14 20:41:14 |
#include<iostream> using namespace std; int main(){ int a,b,c,d; int e,f; cin>>a,b,c,d; e=c-a; f=d-b; cout<<e,f; return 0; }