摘要: 做oj题目3333的时候发现了使用cout<<endl;爆出TLE错误的情况而使用printf("\n")、cout<<"\n"、cout<<'\n' 以及puts("")都没有这种情况 使用cout<<endl;的情况 使用cout<<"\n";的情况 使用printf("\n");的情况 使用p 阅读全文
posted @ 2023-04-01 16:46 小花护符 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 我的题解: #include<stack> #include<string.h> #include<stdlib.h> #include<iostream> #include<algorithm> #include<stdio.h> using namespace std; int a[100010 阅读全文
posted @ 2023-04-01 16:34 小花护符 阅读(11) 评论(0) 推荐(0) 编辑