Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
79261 sh25_shenpy 简单四则运算 C++ 无测评数据 0 MS 0 KB 157 2026-01-01 17:15:45

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cout<<fixed<<setprecision(2)<<a+b<<abs(a-b)<<a*b<<1.0*a/b; return 0; }