提交时间:2025-10-11 15:48:30

运行 ID: 69691

#include<iostream> using namespace std; int main() { cout <<(2+3)*5<< endl; return 0; }