实例代码:
由 hrs, 6 一月, 2020
实例代码:
标签
由 hrs, 6 一月, 2020
实例代码:
标签
由 hzh, 5 一月, 2020
# include <stdio.h>
void main()
{
int i, n, sum1 = 0, sum2 = 0;
printf("请输入一个正整数:");
scanf("%d", &n);
for(i = 1; i <= n; i++)
标签
由 hrs, 4 一月, 2020
实例代码:
标签
由 hrs, 4 一月, 2020
实例代码:
<!doctype html>
<head>
<meta charset="utf-8">
<style type="text/css">
p{font-family:sans-serif;}
</style>
</head>
<html&g