Run ID:125852
提交时间:2025-07-15 15:57:12
#include<bits/stdc++.h> using namespace std; int main() { cout<<3.5*2.5; return 0; }