只是写写注意事项 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b; scanf("%d",&a); getchar(); //这里写…… 题解列表 2022年11月19日 0 点赞 0 评论 611 浏览 评分:9.9
ikun崩溃代码 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c; scanf("%d %d ",&a,&b); c=a*b; printf("%d"…… 题解列表 2023年01月30日 0 点赞 0 评论 349 浏览 评分:8.0
2776: A*B问题 摘要:解题思路: 简单的求A*B的输出 就是加了一个范围 1 <= A,B <= 50000。注意事项:参考代码:#include<stdio.h>int main(){ int A,B; scanf…… 题解列表 2024年02月27日 0 点赞 0 评论 227 浏览 评分:0.0