粗心的大师兄准备笔试
粗心的大师兄准备笔试
全部文章
分类
题解(2)
归档
标签
去牛客网
登录
/
注册
粗心的大师兄准备笔试的博客
全部文章
(共2篇)
题解 | #位操作练习#
#include<stdio.h> using namespace std; int main(){ int a,b; int i,j; while(scanf("%d%d",&a,&b)!=EOF){ for(i=0;i<...
C++
C
2022-03-23
14
493
题解 | #代理服务器#
#include<stdio.h> #include<malloc.h> using namespace std; typedef struct ip{ int i1; int i2; int i3; int i4; bool ope...
C++
2022-03-22
1
391