提交时间:2024-05-05 17:24:38
运行 ID: 145828
#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; cout<<a+b; return 0; }