提交时间:2024-05-12 16:53:54
运行 ID: 47134
#include<bits/stdc++.h> using namespace std; int main() { cout<<"1+2+3+4+5=15"; return 0; }