Run ID:139901
提交时间:2025-12-11 19:27:09
#include<iostream> using namespace std; int main() { int a=5,b=10; cout<<a*2+b return 0; }