Run ID:152521

提交时间:2026-04-26 14:58:17

#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<3.5*2.5; return 0; }