Run ID:131530

提交时间:2025-09-27 15:01:49

#include<bits/stdc++.h> using namespace std; int main(){ double a=3,b=5; printf("%.2lf",a/b); return 0;}