#include<iostream> #include<cmath> using namespace std; int main(){ int a =12; cout << a; }
Ps.不能使用printf("%.2lf",s)