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

8 lines
128 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include<iostream>
using namespace std;
int main()
{
cout<<"原来做791套衣服的布现在可以做"<<3.2*791/2.8<<"";
while(true);
}