文章列表

筛选

我的第1028题

摘要:#二元一次方程组中,当b*b-4ac小于0时, # x1=-b/2\*a+[sqrt(-b\*b+4ac)/(2*a)]i # x2=-b/2\*a-[sqrt(-b\*b+4ac)/(2*a)……

我的第1031题

摘要:# 使用puts输出的时候,当puts遇到'\0'的时候,才会输出,否则会出现乱码,所以添加b[j]='\0', ## 本题之所以有50%的格式错误,是输出时要注意空格 ``` #include……

我的第1036题

摘要:**C语言中的宏允许带有参数,包含形参和实参,在宏定义中的参数称为形式参数,在宏调用中的参数称为实际参数,无参宏的宏名后不带参数,其定义的一般形式为:** >#define 标识符 字符串; ……

我的第1046题

摘要: ``` #include void main() { int a[100],n,i,m,b[100],j,t; scanf("%d",&n); for(i=0……

1007只通过了%50

摘要:```cpp #include using namespace std; int main() {long long x,y; cin>>x; if(x=1&&x……

题目 1446代码自用

摘要:# 题目 1446代码自用 ``` #include int main () { int x,y,z,m,n,c,k; scanf("%d%d%d",&x,&y,&c); if……

我的题目 1219 代码自用

摘要:### 我的题目 1219 代码自用 ``` #include int main() { int s[1000]; int a,j,i; scanf("%d",&a); for……