Run ID:134452
提交时间:2025-10-27 17:06:27
#include <iostream> using namespace std; int main(){ int a,b,c,d; double PI=5.0/2.5; printf("%.2lf",PI); }