首页
比赛
tracker
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
发布信息
35条解析
开通博客写题解
牛客题解官
发表于 2020-06-04 16:54:28
分析: hello world级别,输出即可 题解: #include <bits/stdc++.h> using namespace std; int main() { printf("I lost my cellph
展开全文
计算机红利
发表于 2021-10-12 13:28:55
#include<stdio.h> int main() { puts("I lost my cellphone!"); return 0; }
JessonandJenny
发表于 2020-12-06 17:14:51
include <bits/stdc++.h> using namespace std; int main() { cout << "I lost my cellphone!" << end; return 0;}
诗奕
发表于 2024-01-05 18:09:38
#include <stdio.h> int main() { printf("I lost my cellphone!"); return 0; }
Mattylyh
发表于 2021-10-24 17:49:38
#include <stdio.h> int main() { printf("I lost my cellphone!"); return 0; }
牛客621211578号
发表于 2024-06-02 00:08:32
我是天才
小C之旅
发表于 2025-12-25 23:28:41
旧游时节
发表于 2025-12-07 12:54:32
#include <stdio.h> int main() { printf("I lost my cellphone!"); return 0; }
牛客920570402号
发表于 2022-07-15 18:07:14
#include<stdio.h> int main() { printf("I lost my cellphone!\n"); return 0; }
StarlightSparkle
发表于 2023-07-20 15:36:28
#include <stdio.h> int main() { printf("I lost my cellphone!\n"); return 0; }
牛客748412285号
发表于 2023-02-15 17:57:26
#include <stdio.h> int main() { printf("I lost my cellphone!"); return 0; }
查看本题
查看本题讨论
相关比赛
312-编程语言初学练习赛(第四场)
进入比赛
2351-3.1 顺序结构/选择结构/循环结构/数组1
进入比赛
6056-牛客编程语言练习赛第四场
进入比赛
6186-牛客编程语言练习赛第四场(重现赛)@1914010512
进入比赛
6798-梧州学苑
进入比赛
等你来战
查看全部
牛客练习赛150
报名截止时间:2026-03-27 21:30
“⌬杯”蓝桥杯大赛省赛模拟赛
报名截止时间:2026-03-29 17:00
牛客周赛 Round 137
报名截止时间:2026-03-29 21:00
牛客2026年愚人节比赛
报名截止时间:2026-04-01 21:00
牛客挑战赛87
报名截止时间:2026-04-03 22:00
华中农业大学第十五届程序设计竞赛(同步赛)
报名截止时间:2026-04-04 15:30
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题