Run ID:102356

提交时间:2024-12-21 15:21:47

#include<iostream> using namespace std; int main() { int a,b; cout>>a+b; return 0; }