为什么这样不过呢?dalao看看,改正就行啦不要太高级的

P1425 小鱼的游泳时间

不要输出‘’Put in‘’啊
by lzusa @ 2016-11-06 15:40:18


还有要删去 system("pause");
by lzusa @ 2016-11-06 15:42:42


编译都过不了
by lzusa @ 2016-11-06 15:43:15


那么输出:
by 钱叶铜 @ 2016-11-08 12:28:11


谢谢dalao,我把那个put in去掉加了个库stdlib就好啦
by wanglt20010309 @ 2016-11-13 14:50:11


```cpp #include<iostream> using namespace std; int main() { int a,b,c,d,e,f,T; cin>>a>>b>>c>>d; T=60-b+60*(c-a-1)+d; f=T%60; e=T/60; cout<<e<<" "<<f; return 0; }/*QQ 2822907581*/ ```
by SingleTicket @ 2016-11-16 21:35:05


|