提交时间:2025-12-19 17:43:07
运行 ID: 76766
#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; cout<<"正常"; return 0; }