ans

DOZIE 2022-06-19 15:48:03 9 返回题目

#include using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; int x=c-a,y=d-b; if(y<0){x--;y+=60;} cout<<x<<" "<<y; return 0; }

{{ vote && vote.total.up }}