P粉433174944来自于 2022-03-02 19:47:46 0 3 1219
#include <stdio.h>struct n{ int x; char c;}; void func(struct n b){ ...
仰望星空来自于 2020-08-12 09:09:23 0 0 1190
对于int a 和 int b 可以使用下面的代码 互换a和b的值void function(inta, int b){ &nbs...
高洛峰来自于 2016-11-01 10:57:08 0 1 1153
c# 中 DataGridView如何设置multiple row header
代言来自于 2016-11-07 14:59:10 0 1 1113
为什么在最后返回结果的时候不返回json数据,毕竟你返回数据,任何调用你接口的伙计都没法用啊
嗬呸,你个胖狗来自于 2019-11-13 11:20:58 0 0 1107
微凉来自于 2021-06-26 18:15:03 0 1 1089
int main() { char s1[50], s2[50] = "hello"; &...
高洛峰来自于 2016-10-25 13:33:02 0 0 1044
高洛峰来自于 2016-11-03 10:44:41 0 1 1041
现在每次输出都会少掉最大项,还会多出来一些0,请问如何解决?# include<cstdio> # include<cstdlib> long long ...
高洛峰来自于 2016-10-31 10:30:05 0 1 1000
void fun(ostream &os) //可以main中,ostream &os //不可以,为什么?ostream os //不可以,为什么
高洛峰来自于 2016-11-03 10:22:50 0 1 934
请问为什么这个代码可以通过编译正常运行?不是必须使用常量作为数组长度吗?是编译器版本问题?gcc 版本 4.1.2 20080704 (Red Hat 4.1.2-52)求解答,谢谢
高洛峰来自于 2016-10-31 10:36:09 0 1 914
#include <iostream> using namespace std; int main() { char...
高洛峰来自于 2016-10-31 09:56:32 0 1 899
#include <algorithm> #include <iostream> #include <cmath> #include <v...
高洛峰来自于 2016-11-01 09:55:24 0 1 702