首页
比赛
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
发布信息
28条解析
开通博客写题解
牛客题解官
发表于 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; }
牛客621211578号
发表于 2024-06-02 00:08:32
我是天才
牛客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; }
九离十
发表于 2024-09-25 22:48:27
#include <iostream> using namespace std; int main() { cout<<"I lost my cellphone!"<<endl; return 0; } // 64 位输出请用
展开全文
顽皮夜
发表于 2023-02-08 17:54:15
#include <stdio.h> int main() { printf("I lost my cellphone!\n"); return 0; }
牛客462615885号
发表于 2021-10-04 22:33:29
#include<iostream> using namespace std; int main() { std::cout << "I lost my cellphone!" << endl; return 0; }
查看本题
查看本题讨论
相关比赛
312-编程语言初学练习赛(第四场)
进入比赛
2351-3.1 顺序结构/选择结构/循环结构/数组1
进入比赛
6056-牛客编程语言练习赛第四场
进入比赛
6186-牛客编程语言练习赛第四场(重现赛)@1914010512
进入比赛
6798-梧州学苑
进入比赛
等你来战
查看全部
牛客挑战赛80
报名截止时间:2025-06-27 22:00
第五届上海理工大学程序设计全国挑战赛
报名截止时间:2025-06-28 17:30
牛客周赛 Round 98
报名截止时间:2025-06-29 21:00
2025牛客暑期多校训练营1
报名截止时间:2025-07-15 17:00
2025牛客暑期多校训练营2
报名截止时间:2025-07-17 17:00
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题