#include<bits/stdc++.h> using namespace std; int main(){ int a, b; cin >> a >> b; cout << a + b return 0; }
闹鬼了呀一直报错 大佬帮忙看看哪里错了