commit 5f87434c30c28b50d527659354c97ef187aac065 Author: sairate@sina.cn Date: Sun Jul 14 16:18:37 2024 +0800 Signed-off-by: sairate@sina.cn diff --git a/2024-7-10-1.cpp b/2024-7-10-1.cpp new file mode 100644 index 0000000..9f55bf5 --- /dev/null +++ b/2024-7-10-1.cpp @@ -0,0 +1,11 @@ +#include +using namespace std; +int main(){ + int nb= 880,dx= 500; + int zc= nb*2+dx*2; + int mj= nb*dx; + cout< +using namespace std; +int main(){ + int x,y; + cin>>x>>y; + cout< +using namespace std; +int main(){ + int x; + cin>>x; + cout< +using namespace std; +int main(){ + int x,y; + cin>>x>>y; + int day=(y-x)/2; + if((y-x)%2!=0){ + day+=1; + } + cout< +using namespace std; +int main(){ + + + +return 0; +} diff --git a/2024-7-11-2.exe b/2024-7-11-2.exe new file mode 100644 index 0000000..66d279a Binary files /dev/null and b/2024-7-11-2.exe differ diff --git a/2024-7-12-1.cpp b/2024-7-12-1.cpp new file mode 100644 index 0000000..8e8a468 --- /dev/null +++ b/2024-7-12-1.cpp @@ -0,0 +1,17 @@ +#include +setprecision(n) +double a=123.56789; + cout< +#include +using namespace std; +int main(){ + double f; + cin>>f; + double c=5*(f-32)/9; + cout< +using namespace std; +int main(){ + int n; + cin>>n; + cout<<8<<" "<<12*(n-2)<<" "<<6*(n-2)*(n-2); + +return 0; +} diff --git a/2024-7-14-1.exe b/2024-7-14-1.exe new file mode 100644 index 0000000..97e39ea Binary files /dev/null and b/2024-7-14-1.exe differ diff --git a/2024-7-14-2.cpp b/2024-7-14-2.cpp new file mode 100644 index 0000000..a3ff8f1 --- /dev/null +++ b/2024-7-14-2.cpp @@ -0,0 +1,27 @@ +#include +using namespace std; +int main(){ + + int a,b; + cin>>a>>b; + + if(a>b){ + cout< +using namespace std; +int main(){ + int t; + cin>>t; + + if(t<0){ + cout<<"µÍÎÂ"; + } + else{ + cout<<"Õý³£Î¶È"; + } + + return 0; +} + + + + + + + + + + + + + + + + diff --git a/2024-7-14-3.exe b/2024-7-14-3.exe new file mode 100644 index 0000000..65a4d30 Binary files /dev/null and b/2024-7-14-3.exe differ diff --git a/2024-7-14-4.cpp b/2024-7-14-4.cpp new file mode 100644 index 0000000..4098b1c --- /dev/null +++ b/2024-7-14-4.cpp @@ -0,0 +1,36 @@ +#include +using namespace std; +int main(){ + int a; + cin>>a; + + if(a%2==0){ + cout<<"yes"; + } + else{ + cout<<"no"; + } + + + + +return 0; +} + + + + + + + + + + + + + + + + + + diff --git a/2024-7-14-4.exe b/2024-7-14-4.exe new file mode 100644 index 0000000..1825bf0 Binary files /dev/null and b/2024-7-14-4.exe differ