代码搜索:array
找到约 10,000 项符合「array」的源代码
代码结果 10,000
www.eeworm.com/read/452050/7449488
java 3007097_ac_156ms_3304k.java
import java.util.*;
public class Main {
public static void main(String[] args)
{
Scanner cin = new Scanner (System.in);
int T, i, j, l, n;
int a, b;
T = cin.nextInt();
for
www.eeworm.com/read/452050/7449489
java 3007095_re.java
import java.util.*;
public class Main {
public static void main(String[] args)
{
Scanner cin = new Scanner (System.in);
int T, i, j, l, n;
int a, b;
T = cin.nextInt();
for
www.eeworm.com/read/452050/7449618
c 3027581_wa.c
#include
int coin[1001];
int left[501], right[501];
void solve(int array[],int b,int p)
{
int j;
for(j = 0; j < p; j++)
{
if(coin[array[j]]==0)
continue;
else
{
www.eeworm.com/read/452050/7449619
c 3027577_ole.c
#include
int coin[1001];
int left[501], right[501];
void solve(int array[],int b,int p)
{
int j;
for(j = 0; j < p; j++)
{
if(coin[array[j]]==0)
continue;
else
{
www.eeworm.com/read/452050/7449620
c 3027583_wa.c
#include
int coin[1001];
int left[501], right[501];
void solve(int array[],int b,int p)
{
int j;
for(j = 0; j < p; j++)
{
if(coin[array[j]]==0)
continue;
else
{
www.eeworm.com/read/452050/7449621
c 3027621_ac_15ms_156k.c
#include
#include
int coin[1001];
int left[501], right[501];
void solve(int array[],int b,int p)
{
int j;
for(j = 0; j < p; j++)
{
if(coin[array[j]]==0)
co
www.eeworm.com/read/452050/7451388
cc 3068083_wa.cc
#include
char array[2001][2001];
int w[2001][2001], h[2001][2001];
int m, n;
int min(int a,int b)
{
return a < b ? a : b;
}
int main()
{
int i, j, t;
while (scanf("%d%d
www.eeworm.com/read/452050/7451389
cc 3068031_wa.cc
#include
char array[1001][1001];
int w[1001][1001], h[1001][1001];
int m, n;
int min(int a,int b)
{
return a > b ? a : b;
}
int main()
{
int i, j, t;
while (scanf("%d%d
www.eeworm.com/read/451644/7458867
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,unit1, Controls, Forms, Dialogs;
procedure BSSTEP(var Y, DYDX:array of real; NV:integer; var X1:real;
www.eeworm.com/read/451644/7458877
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Classes,unit1, Graphics, Controls, Forms, Dialogs;
procedure ODEINT(var YSTART:array of real; NVAR:integer;X1, X2, EPS,
H1, HMIN:rea