2020cce:程式码仓库

时间:2024-04-05 04:06:55
【文件属性】:

文件名称:2020cce:程式码仓库

文件大小:3KB

文件格式:ZIP

更新时间:2024-04-05 04:06:55

C++

2020cce 程式码仓库 第一个程式 # include < stdio> int main () { int n; scanf ( " %d " , &n); //餘數關係 printf ( " %d =50* %d + " ,n, n/ 50 ); n %= 50 ; printf ( " 5 %d + " ,n, n/ 5 ); n %= 5 ; printf ( " 1* %d \n " ,n ); return 0 ; } // end main 第二个程式 # include < stdio> int main () { int n,i,ans= 0 ; scanf ( " %d " , &n); for (i= 1 ;i<=n;i++) {


【文件预览】:
2020cce-gh-pages
----1.cpp(227B)
----3.cpp(174B)
----2.cpp(177B)
----5.cpp(201B)
----README.md(4KB)
----4.cpp(186B)

网友评论

相关文章