提交时间:2023-11-14 21:22:06
运行 ID: 31083
#include<iostream> using namespace std; int main() { int a,b; cout<<a+b<<endl; return 0; }