Lv.1
一个在自学C++的小学生
签名:最近在钻研PygameZero 欢迎大家来进行商讨
在 如何制作出精美的残影效果(含2种-适合萌新,大佬勿喷) 中回复
def Обернути небесну банду(st=0):
print("谁家这么做的!!!克隆体不行吗!!!")
while True:
Обернути небесну банду()
可以看看我的Python作品。能这么做(前提是代码状态)
2024-11-26T17:35:23 点赞:0
在 C++趣味课堂·1 中回复
// C--
//自己体会
#include<iostream>
#include<string>
#define begin {
#define end }
#define runTime main
#define str std::string
#define ret return
#define output std::cout<<
#define connect <<
#define endLine <<std::endl
#define input( std::getline(std::cin,
int runTime begin
str text;
input(text)
output text endLine;
ret 0;
end2026-01-05T17:38:58 点赞:0