提交时间:2025-07-07 21:44:33

运行 ID: 328990

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