Run ID:148687

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

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