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