特殊解法,宏定义解法,你肯定没有见过(c语言代码) 摘要:```c #include #define fun(a,b,c) printf("%d",b) int main() { int n1, n2, n3; scanf("%d …… 题解列表 2024年08月07日 3 点赞 0 评论 168 浏览 评分:6.0
编写题解 1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c…… 题解列表 2024年07月23日 0 点赞 0 评论 577 浏览 评分:9.9
编写题解 1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a,b,c;int main(){ cin>>a>>b>>c; …… 题解列表 2024年06月09日 0 点赞 0 评论 612 浏览 评分:9.9
1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:num = input().split() print(num[1])…… 题解列表 2024年04月01日 0 点赞 0 评论 139 浏览 评分:0.0
使用nextLine解决问题 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2024年01月15日 0 点赞 0 评论 63 浏览 评分:0.0
可以用数组的方式 摘要:解题思路:数组循环写入3个数字,输出第二个数字注意事项:参考代码:#include<stdio.h>int main(){ int a[3]; for(int i=0;i<3;i++) …… 题解列表 2024年01月15日 0 点赞 0 评论 775 浏览 评分:9.9
要啥留啥, 摘要:参考代码:#include<iostream> using namespace std; int main() { int a, res; for(int i = 3; i > 0…… 题解列表 2024年01月01日 0 点赞 0 评论 615 浏览 评分:9.9
1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c;…… 题解列表 2023年12月09日 0 点赞 0 评论 454 浏览 评分:6.0
1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a,b,c;int main(){ cin>>a>>b>>c; …… 题解列表 2023年12月05日 0 点赞 0 评论 146 浏览 评分:6.0
1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a,b,c;int main(){ cin>>a>>b>>c; …… 题解列表 2023年12月05日 0 点赞 0 评论 315 浏览 评分:9.9