代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7450314
cpp 3719081_tle.cpp
#include
#include
#include
using namespace std;
set s;
set ::iterator it;
int tmd[500001];
int num[500001];
int table[801];
int ans[801];
int mai
www.eeworm.com/read/452050/7450316
cc 3699448_tle.cc
#include
#include
#include
using namespace std;
set s;
set ::iterator it;
int tmd[500001];
int main()
{
int t, k, n;
char str[2];
int r, g;
www.eeworm.com/read/452050/7450317
cc 3699444_ce.cc
#include
#include
#include
using namespace std;
set s;
set ::iterator it;
int tm[500001];
int main()
{
int t, k, n;
char str[2];
int r, g;
www.eeworm.com/read/452050/7450322
cpp 3719381_tle.cpp
#include
#include
#include
using namespace std;
set s;
set ::iterator it;
int tmd[500001];
int num[500001];
int table[1001];
int ans[1001];
int m
www.eeworm.com/read/452050/7450323
cc 3699406_tle.cc
#include
#include
#include
using namespace std;
struct node
{
int k, n;
node (int kk, int nn)
{
k = kk;
n = nn;
}
bool operator < (const node &t)
www.eeworm.com/read/452050/7450387
cpp 4242160_mle.cpp
#include
#include
using namespace std;
int f[21][1
www.eeworm.com/read/452050/7450388
cpp 4242814_ac_954ms_8424k.cpp
#include
#include
using namespace std;
int f[2][1
www.eeworm.com/read/452050/7450404
cpp 2678454_ce.cpp
#include
#include
using namespace std;
int main ()
{
int n;
while (cin>>n&&n)
{
int x = 0;
vector v;
for (int i = 0; i < n; i++)
{
cin>>v[i];
www.eeworm.com/read/452050/7450405
cpp 2678456_re.cpp
#include
#include
using namespace std;
int main ()
{
int n;
while (cin>>n&&n)
{
int x = 0;
vector v;
for (int i = 0; i < n; i++)
{
cin>>v[i];
www.eeworm.com/read/452050/7450407
cpp 2678458_re.cpp
#include
#include
using namespace std;
vector v;
int main ()
{
int n;
while (cin>>n&&n)
{
int x = 0;
for (int i = 0; i < n; i++)
{
cin>>v[i];