竞赛
考级
#include<iostream> using namespace std; int main(){ cout<<"三角形的面积为:"<<4*3/2<<"平方厘米。"; return 0; }
金杰錱
print('三角形的面积为:{}平方厘米。'.format(3*4//2))
151****9879
黑客_天之神_ZDZL_zsy