oj哪能?能不能放过这一次,我只想做个全部WA的孩子,不能AC,不能TLE,没太多心事。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《洛谷管理组春节休假安排 (2026)》回复:
pq
在讨论《洛谷管理组春节休假安排 (2026)》回复:
qp
在讨论《洛谷管理组春节休假安排 (2026)》回复:
qp
在文章《好玩的游戏》发表评论:
pq
```cpp #include #include #include #include #include using namespace std; struct IDname { int geshu; string NAME; }; IDname jue_se[100]; struct ID { int num; boo…
在讨论《哪里错了???》回复:
okokAC过了
在讨论《哪里错了???》回复:
okok
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; for(int i=a;i<=b;i++){ if(i%400==0||i%4==0&&i%100!=0){ cout<<i<<endl; } } return 0; } ```
在讨论《哪里错了???》回复:
```cpp #include using namespace std; int main(){ int a,b; cin>>a>>b; for(int i=a;i<=b;i++){ if(i%400==0||i%4==0&&i%100!=0){ cout<<i<<endl; } } return 0; } ```