Run ID:142545
提交时间:2026-01-11 13:59:15
#include <bits/stdc++.h> using namespace std; int main(){ double a; double b; cout<<a+b; return 0; }