Commit afbccd37 by BellCodeEditor

auto save

parent 25915c66
Showing with 2 additions and 18 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
# import turtle #
# pen=turtle.pen() \ No newline at end of file
# pen.write("你好啊!",font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int a;
cin>>a;
char b;
b=a;
cout<<b;
return 0;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment