不能用setprecision吗?

P1968 美元汇率

追忆。似海 @ 2016-10-10 22:32:59

我最后一句写的是

cout<<fixed<<setprecision(2)<<max( G[n-2][0] , G[n-2][1] * (100.0/data[n-1]) );

提交后系统告诉我Too many or too few lines;


by svc330 @ 2017-05-25 16:30:46

看一下源代码的全文


by c201904 @ 2017-08-16 18:52:37

可能是在for循环里输出的


|