Run ID:109405

提交时间:2025-02-08 16:46:31

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