首页 > 字符串输出1.0
头像 HUAYI_SUN
发表于 2022-09-27 17:05:41
#include<bits/stdc++.h> //万能头,或者需要头文件#include<string> using namespace std; int main() {  &n 展开全文
头像 大方的杰克希望被offer砸中
发表于 2025-12-01 19:59:05
import sys for i in range(3): print('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( 展开全文