编写题解 2833: 金币
摘要:解题思路:注意事项:参考代码:#include <stdio.h>
#include<math.h>
int main() {
int a,sum = 0,m = 1;
int ……
教你两秒钟解决 金航 问题(小黑子也会=_=)
摘要:解题思路: 设置一个条件,当符合该条件,金币数加1 =_=||注意事项: 天冷了,多喝热水>_< 参考代码:#include <stdio.h>int main(){ ……
2833: 金币(先5星再复制)
摘要:解题思路:一天一天for注意事项:参考代码:#include<bits/stdc++.h>
using namespace std;
int main()
{
int i,n,a,sum,d……