Run ID:131531
提交时间:2025-09-27 15:02:00
#include<bits/stdc++.h> using namespace std; int main(){ double a=3,b=5; printf("%.2lf",a/b); return 0;}