1389: 程序员的表白 摘要:C++处理字符串真方便#include <bits/stdc++.h> using namespace std; void print(int &n){ string border …… 题解列表 2022年01月11日 0 点赞 0 评论 181 浏览 评分:0.0
1389: 程序员的表白(python解) 摘要:解题思路:通过while循环解题找规律注意事项:最后输出两个空行参考代码:while True: a=int(input()) j=0 while(j<a): prin…… 题解列表 2022年01月22日 1 点赞 0 评论 490 浏览 评分:9.9
程序员的表白(c++) 摘要: #include #include #include #include #include #include #include …… 题解列表 2022年02月11日 0 点赞 0 评论 327 浏览 评分:9.9
程序员的表白(加油!无限拉大长板) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char c; int n,i,j; while(scanf("%d",&n)!=EOF) { for(j=0;…… 题解列表 2022年03月03日 0 点赞 0 评论 105 浏览 评分:0.0
1389: 程序员的表白(简单 好理解) 摘要: ```java public class _1389_程序员的表白 { public static void main(String[] args) { Scanner scanner…… 题解列表 2022年03月29日 0 点赞 0 评论 423 浏览 评分:9.9
字符串的循环输出以及注意换行 摘要:解题思路:注意事项:参考代码:while True: a=int(input()) b=' ' c='*' for i in range(1,a…… 题解列表 2022年04月06日 0 点赞 0 评论 228 浏览 评分:0.0
一个一个输入也可以不知道以前的题目可以吗 摘要:解题思路:注意事项:参考代码:a=input()while a!='': t=int(a) for i in range(1,t+1): print('…… 题解列表 2022年05月31日 0 点赞 0 评论 147 浏览 评分:0.0
程序员的表白(c++)数组做法 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ int a; char b…… 题解列表 2022年06月03日 0 点赞 0 评论 153 浏览 评分:0.0
程序员的表白 摘要:#程序员的表白c++代码实现 **题目非常俏皮** **......** **原题链接:**[程序员的表白][https://www.dotcpp.com/oj/problem1389.html…… 题解列表 2022年08月28日 0 点赞 0 评论 110 浏览 评分:0.0
程序员的表白 摘要:解题思路:无注意事项:无参考代码: #include<stdio.h>int main(){ int i,j,a,m; while(scanf("%d",&a)==1) { …… 题解列表 2022年10月03日 0 点赞 0 评论 182 浏览 评分:0.0