- 博客(5)
- 问答 (2)
- 收藏
- 关注
原创 一个小实验
一个小实验#include<iostream>using namespace std;void kkk(int * t){ int k=70; t=&k; cout<<&k<<"\n"; // 0x61fedc}void ggg(int * &t) // 即int* &t{ int g=50; t=&g; cout<<&g<<"\
2021-01-11 20:40:08
246
原创 VScode,c语言,不知为何无限循环
提问帖VScode,c语言,不知为何无限循环这样写没问题#include<stdio.h>int main(){ int a,b[3]={3,5,7},i,j; scanf("%d",&a); for(i=0;i<3;i++){ j=b[i]; if (a%j==0) { printf("%d ",j); } } return 0;}
2020-11-01 22:04:29
468
2
空空如也
没有与指定类型匹配的 重载函数 "maxn" 实例
2021-01-14
TA创建的收藏夹 TA关注的收藏夹
TA关注的人