cumian8165的博客q#量子编程语言In this article, I’ll introduce you to Q# — the new programming language from Microsoft for quantum computing. We will cover Q# data types, expressions, and statements with the help of...
阿顺先生的博客public class text2 { public static void main(String[] args){ int i=1,t=1,sum=0,a=1; for (i=1;i<=10;i++){ for (t=1;t<=i;t++) { a = a* t; } sum=a+sum; } System.