文章列表

筛选

我的题目2006代码自用

摘要:### 我的题目2006代码自用 ``` #include int main() { int s,i,k; int a[15]={3,7,5,13,25,45,78,23,8,33,9……

我的题目 1219 代码自用

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

我的第1048题

摘要:**当遇见输入数字后,要输入字符时,记得用gechar去接受输入输入完数字后,留下的回车** ``` #include void main() { char a[1000]; in……

This is JakeLin

摘要: //This is Jake Lin. //So happy to study here with you. ```c #include #include int main(……

题目 1446代码自用

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

1007只通过了%50

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

题目1046代码自用

摘要: #题目1046代码自用 ``` #include int n[1000],b[1000]; int m,a; void runs() { int i; for(i=0;i……