提交时间:2023-08-30 14:08:58

运行 ID: 26094

#include<iostream> using namespace std; int main() { int q,w,e,r,t,y,u; cin>>y>>q>>w>>e>>r>>t; if(1<2){ u=e-y; cout<<u; } return 0; }