Run ID:148688

提交时间:2026-02-28 15:00:40

#include<iostream> using namespace std; int main(){ cout<<100.0/(2.0*10)<<" "; return 0;}