03 2024 档案
摘要:1 //#include <iostream> 2 //#include <cmath> 3 //using namespace std; 4 //int main(){ 5 // freopen("in.txt","r",stdin); 6 // freopen("out.txt","w",std
阅读全文
摘要:1 #include <iostream> 2 #include <cmath> 3 using namespace std; 4 int main(){ 5 double x,n,h=0.0; 6 cin>>x>>n; 7 for(int i=1;i<=n;i++){ 8 if(i==1){ 9
阅读全文
摘要:1 #include <iostream> 2 #include <fstream> 3 #include <map> 4 using namespace std; 5 struct book{ 6 string name; 7 float moeny; 8 string cbs; 9 string
阅读全文
摘要:1 #include <iostream> 2 using namespace std; 3 int main(int argc, char** argv) { 4 int n; 5 cin>>n; 6 //三角 7 for(int i=1;i<=n;i++){ 8 for(int t=1;t<=n
阅读全文
摘要:1 #include <iostream> 2 #include "Windows.h" 3 #include "minecraft.h" 4 using namespace std; 5 TxMinecraft mc; 6 int main(int argc, char** argv) { 7 b
阅读全文
摘要:1 #include <iostream> 2 #include "Windows.h" 3 #include "minecraft.h" 4 using namespace std; 5 int x=43,y=120,z=3238; 6 TxMinecraft mc; 7 void d1(int
阅读全文