2998: 电影票(极为简单) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a; cin>>a; …… 题解列表 2023年01月05日 0 点赞 0 评论 826 浏览 评分:9.9
2998: 电影票 摘要:```cpp #include using namespace std; int main() { int x; cin>>x; cout…… 题解列表 2023年01月18日 0 点赞 0 评论 437 浏览 评分:9.9
电影票(无聊刷题) 摘要:解题思路:很简单 没啥好说的 写不对就自杀吧注意事项:参考代码:#include<iostream> using namespace std; int main() { int n;…… 题解列表 2023年07月31日 0 点赞 0 评论 441 浏览 评分:9.9
萌新出品 2998: 电影票 摘要:参考代码:#include<iostream>using namespace std;int main(){ int x; cin >> x; cout << x <<" "<< 10 …… 题解列表 2023年11月15日 0 点赞 1 评论 206 浏览 评分:9.9
LJX........................................................ 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int x; cin >> x; cout << x…… 题解列表 2023年12月06日 0 点赞 0 评论 347 浏览 评分:9.9
LJX.......................................................... 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int x; cin >> x; cout << x…… 题解列表 2023年12月07日 0 点赞 0 评论 359 浏览 评分:9.9
编写题解 2998: 电影票 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int x; cin>>x; cout<<x<<…… 题解列表 2023年12月09日 0 点赞 0 评论 404 浏览 评分:9.9
编写题解 2998: 电影票 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a; cin>>a; cout<<a<<" …… 题解列表 2023年12月23日 0 点赞 0 评论 469 浏览 评分:0.0
c++ 一步到位 摘要:解题思路:直接输出注意事项:输入输出的符号不要搞反就好参考代码:#include<iostream>using namespace std;int main(){ int a,sum; c…… 题解列表 2024年09月18日 0 点赞 0 评论 424 浏览 评分:0.0
2998: 电影票 摘要:解题思路:人数*10注意事项:需要输出空格。参考代码:#include<bits/stdc++.h>using namespace std;int main(){&…… 题解列表 2025年06月29日 0 点赞 1 评论 201 浏览 评分:0.0