Run ID:98402
提交时间:2024-11-21 19:23:26
#include <iostream> using namespace std; int main() { int a,b; cout<<a+b<<endl; return 0; }