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