首页 > 字符串输出1.0
头像 HUAYI_SUN
发表于 2022-09-27 17:05:41
#include<bits/stdc++.h> //万能头,或者需要头文件#include<string> using namespace std; int main() {  &n 展开全文
头像 lahm66
发表于 2026-01-01 21:11:25
import java.util.Scanner; // 注意类名必须为 Main, 不要有任何 package xxx 信息 public class Main { public static void main(String[] args) { int n=3; 展开全文
头像 大方的杰克希望被offer砸中
发表于 2025-12-01 19:59:05
import sys for i in range(3): print('Welcome to ACM / ICPC!')
头像 _氤氲_
发表于 2025-12-18 17:36:41
#include <stdio.h> int main() { int i; for(i=1;i<=3;i++) { printf("Welcome to ACM / ICPC!\n"); } ret 展开全文
头像 在冲浪的发呆爱好者很洒脱
发表于 2026-01-25 23:00:24
#include <stdio.h> int main () { int i = 0; while (i < 3) { printf("Welcome to ACM / ICPC!\n"); i = i + 1; } 展开全文
头像 牛客290978312号
发表于 2026-01-21 16:55:23
#include <iostream> using namespace std; int main() { string str="Welcome to ACM / ICPC!"; for(int i=1;i<=3;i++) cout << 展开全文
头像 霜山雨迟
发表于 2026-01-29 12:54:50
#include <iostream> using namespace std; int main() { int i = 3; while(i--){ cout << "Welcome to ACM / ICPC!" <<e 展开全文
头像 牛客248763703号
发表于 2025-12-24 20:19:46
#include <iostream> using namespace std; int main() { int n=3; while(n--) { cout<<"Welcome to ACM / ICPC!"<< 展开全文
头像 想去上海的安哥拉兔又被画饼了
发表于 2025-12-08 10:12:23
[print('Welcome to ACM / ICPC! ') for i in range(3)] 就这样,循环,循环体中执行
头像 不甘的小凡AL
发表于 2025-11-18 19:21:13
#include <stdio.h> int main() { printf("Welcome to ACM / ICPC!\n"); printf("Welcome to ACM / ICPC!\n"); printf( 展开全文

等你来战

查看全部