#include "elephants.h"
#include<cmath>
//int n;
//bool s1 = false;
int p[3];
void init(int N, int L, int X[])
{
//if(N==2) s1= true;
p[0] = X[0];
p[1] = X[1];
//n = N;
}
int update(int i, int y)
{
p[i] = y;
if( (p[0]-p[1]) <=10 and (p[0]-p[1]) >=-10 ) return 1;
return 2;
//return n;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
16740 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
16740 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
23 ms |
16740 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
29 ms |
16740 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
89 ms |
16740 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |