Run ID:139900

提交时间:2025-12-11 19:26:36

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