#include <bits/stdc++.h> using namespace std; int main ( ) { printf ("%.2lf\n", 28.125); return 0; }
为什么以上代码输出 28.12,不应该是28.13吗
28.12
28.13
附证据