文章列表
问题 1030:二维数组的转置(c语言)非常简单!
摘要:#include
#include
int zxc(int q[3][3])
{
int e,r,t=0;
for(e=0;e……
Python开发工具IDLE的入门教程(含下载地址)
摘要:Python不得不学呀,顺便预告一下,C语言网Python教程也即将上线了,大家敬请期待!
下面介绍一下Python的官方开发工具:IDLE
先给大家下载地址见:链接:https://pa……
1003题为什么我这个通不过呢???
摘要:
#include
using namespace std;
int main()
{ int n;
cin>>n;
char S[n];
char c;
int……