提交时间:2024-11-30 10:43:31
运行 ID: 831
#include <bits/stdc++.h> using namespace std; int main() { int a=40,b=40+a; cout<<a+b; cout<<b-a; }