赵梓渊 • 9天前
#include <bits/stdc++.h> using namespace std ; int main(){ int a=10; int b=20; int c=8; cout<<(a+b*2); return 0; }
评论: