关于输出答案能过在件事(流汗) 摘要:#啊这这个题有点。。。注意事项:注意审题不知道为什么这样出题参考代码:print(200)…… 题解列表 2023年09月06日 0 点赞 1 评论 115 浏览 评分:9.9
我趣,这题直接输出也对 摘要:解题思路:无注意事项:无参考代码:#include <stdio.h>int main(){int date; date=200; printf("%d\n",date); retu…… 题解列表 2023年12月28日 0 点赞 0 评论 232 浏览 评分:9.9
数日子-题解(C++代码) 摘要:解题思路:本题为C++循环结构的课后习题,这里我提供了一种用循环实现的方法。注意事项:参考代码:#include <iostream>using namespace std;/* run this p…… 题解列表 2021年02月13日 0 点赞 0 评论 461 浏览 评分:9.9
数日子标题太短标题太短 摘要:#include<stdio.h> int main() { printf("200"); return 0; }解题思路:注意事项:参考代码:…… 题解列表 2024年04月04日 0 点赞 0 评论 239 浏览 评分:9.9
数日子 (C语言代码) 摘要:解题思路:非常简单的方法,用数组保存每一个月的天数。注意事项:参考代码:#include <stdio.h> int main() { int m[13]={0,31,28,31,30,…… 题解列表 2018年09月08日 4 点赞 1 评论 1579 浏览 评分:8.7
数日子-题解(C++代码) 摘要: #include #include using namespace std; int main() { int mon[1…… 题解列表 2019年09月03日 0 点赞 0 评论 436 浏览 评分:8.0
数日子 (C语言代码) 摘要:解题思路:首先判断2018年是否为闰年,“能被4整除并且不能被100整除”或者“能被400整除”的年份为闰年,由于2018不能被4整除、也不能被400整除,所以2018年不是闰年,那么2018年的2月…… 题解列表 2019年04月18日 1 点赞 0 评论 1231 浏览 评分:7.3
数日子 (C语言代码) 摘要:解题思路:直接输出注意事项:参考代码:#include<stdio.h>int main(){printf("200\n");return 0;}…… 题解列表 2018年07月26日 0 点赞 1 评论 300 浏览 评分:2.0
数日子 (C++代码) 摘要:解题思路:注意事项:参考代码:这样就能通过,233333#include<iostream>using namespace std;int main(){ cout << 200 << endl; r…… 题解列表 2018年08月03日 0 点赞 0 评论 579 浏览 评分:2.0
最简代码! 题解1864:数日子 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n=200; cout<<n; return…… 题解列表 2018年09月25日 3 点赞 0 评论 539 浏览 评分:2.0