最最最简单简单 2833: 金币,不用while,注释写好了
摘要:解题思路:注意事项:参考代码:#include <iostream>
using namespace std;
int main()
{
int n, total=0; // n 天数……
闲来无事的题解1111111
摘要:解题思路:注意事项:参考代码:long long a,b; //长整形(100000000000000000000-(-100000000000000000000))int a,b; //普通整……
while+for : 2833: 金币
摘要:```
#include
using namespace std;
int main() {
int n;
cin >> n;
//IDX:用来表示当前发多少硬币
……
题解 2833: 金币
摘要: #include
using namespace std;
int main() {
int sum=0,d=0,a;
cin>>a;
……
题解 2833: 金币
摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int sum=0,d=0,n; cin>>n; ……
2833: 金币2833: 金币2833: 金币
摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int x=0,d=0,n; cin>>n; fo……
金币(C++压缩版代码)
摘要:#### 单重循环
完全可以搞定
看起来许多巨佬在这道题解上好像煞费了苦心,一来就开始敲上一些神奇而又看不懂的公式,这令广大萌新们如何是好呢?
所以这次我一定要给大家呈现一个c++入门都……