Advertisement
Guest User

new

a guest
Oct 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #include<stdio.h>
  2. int main()
  3. {
  4.     char a;
  5.     printf("please  input  your name:%c");
  6.     scanf("%c",&a);
  7.     printf("我喜欢你!%c\n");
  8.     return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement