编写一个C程序,输出以下信息: Very good!
发布网友
发布时间:2022-05-02 03:45
我来回答
共5个回答
热心网友
时间:2022-06-27 21:15
...........真是.....
#include "stdio.h"
main()
{char c;
printf("YOU ARE VERY BAD!You are not mentally retarded???? Y or N!!!!!\n");
c=getchar();
if(c="Y")
printf("YOU ARE VERY BAD!\n");
if(c="N")
printf("YOU ARE LIE!\n");}
热心网友
时间:2022-06-27 21:15
include <stdio.h>
void main()
{
printf("Very good!");
}
热心网友
时间:2022-06-27 21:16
#include <stdio.h>
void main()
{
printf("very good!");
}
热心网友
时间:2022-06-27 21:17
#include <stdio.h>
void main()
{
printf("very good!");
}
热心网友
时间:2022-06-27 21:17
include <stdio.h>
main()
{
printf("Very good!");
}