提交时间:2024-11-30 10:44:12

运行 ID: 834

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