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

10 lines
140 B
C++

#include<iostream>
using namespace std;
int main()
{
int w;
w=100/4/5;
cout<<"7辆汽车运105吨钢材要运"<<105/7/w<<""<<endl;
while(true);
}