提交时间:2026-05-22 14:25:13

运行 ID: 88950

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