摘要:
#include <iostream> #include <bitsed> using namespace std; int main(){ cout<<oct<<10<<endl; //转换为二进制,则需要引入bitset库头文件 cout<<bitset<sizeof(int)>(a); ret 阅读全文
摘要:
#include <iostream> #include <cstdio> using namespace std; struct no{ string name; int age; string blc; int shengao; int tizhong; }; int main(int argc 阅读全文
摘要:
#include <iostream> #include <iomanip> using namespace std; struct wo{ string Name; int ml; int id; int money; }; int main(){ int cl=10; wo teas; teas 阅读全文
摘要:
#include <iostream> using namespace std; int main(){ int a[10]={1,3,5,7,9,8,6,4,2,10}; int b[11]; for(int i=0;i<11;i++){ b[i]=0; } for(int i=0;i<10;i+ 阅读全文