摘要: ABC196 A #include <iostream> #include <cstdio> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; cout<<(b-c)<<endl; return 0; } B #inclu 阅读全文
posted @ 2021-03-22 21:38 wuwendongxi 阅读(97) 评论(0) 推荐(0) 编辑