这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
#include using namespace std; int main() { int a,b,c,d,e,f; cin >>a>>b>>c>>d; e=c-a-1; f=60-b+d; cout <<e<<" "<<f<< endl; return 0; }