Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
834 A班-袁誉晏 要给多少钱呢? C++ 解答错误 0 0 MS 256 KB 118 2024-11-30 10:44:12

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int main() { int a=40,b=40-a; cout<<a+b; cout<<b-a; }


测评信息: