Files
OI-source/history_source/ccf 入门篇/U1/1.3.cpp
2023-08-03 09:22:52 +08:00

10 lines
133 B
C++

#include<iostream>
using namespace std;
int main()
{
int w;
w=90/3/3;
cout<<"5台拖拉机6天耕地"<<5*6*w<<"公顷"<<endl;
while(true);
}