摘要:
lyrics="So! Pack yourself and get out of here Stay away, oh leave me alone Shut up now and get out of here I'll never ever forgive you again Don't tell me tell me tell me Tell me you're sorry, indeed... 阅读全文
摘要:
from turtle import * def drawstart(x, y, angle, length): up() setpos((x, y)) down() right(angle) begin_fill() for i in range(5): forward(length) right(144) ... 阅读全文
摘要:
#include #include #include #define Max 1000 int j=1; long g=0; char nchar[Max]={""}; int k=0; char ch=NULL; char m[30]={""}; int sym=-1; int error=0; main() { char cha; printf("请输入一串字符串:"); ... 阅读全文