无
I lost my cellphone!
#include <stdio.h> int main() { char* p = "I lost my cellphone!\n"; printf(p); return 0; }
#include <stdio.h> int main() { printf("I lost my cellphone!"); return 0; }
#include<stdio.h> int main() { printf("I lost my cellphone!\n"); return 0; }
#include<stdio.h> int main() { printf("I lost my cellphone!"); }
#include<stdio.h> void test2() { printf("I lost my cellphone!\n"); } void test1() { test2(); } void test() { test1(); } int main() { test(); return 0; }给大家整点活
这道题你会答吗?花几分钟告诉大家答案吧!
扫描二维码,关注牛客网
下载牛客APP,随时随地刷题