id stringlengths 26 66 | program stringlengths 37 1.08k | src-filename stringlengths 10 28 | semantics-type stringclasses 1
value | syntax stringclasses 1
value | semantics stringclasses 2
values | language stringclasses 1
value | mutated-program stringlengths 37 1.08k | mutated bool 1
class | mutation-pattern stringclasses 2
values | K-evaluatable bool 1
class | ground-truth stringlengths 200 1.67k | sampled-statements listlengths 3 10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
srp-mk-K-unseen-int_break.imp | int n;
int a;
int b;
int c;
int ans;
n = 10;
a = (n / 3);
b = (n % 3);
if(b == 1)
{
a = (a - 1);
b = 4;
}
else
{
if(b == 0)
{
b = 1;
}
else
{
};
};
ans = 1;
while(a > 0)
{
ans = (ans * 3);
a = (a - 1);
};
ans = (ans * b); | int_break.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int a;
int b;
int c;
int ans;
n 𐕂 10;
a 𐕂 (n 𐕏 3);
b 𐕂 (n 𐕖 3);
𐔸(b 𐕟 1)
{
a 𐕂 (a 𐕙 1);
b 𐕂 4;
}
𐕎
{
𐔸(b 𐕟 0)
{
b 𐕂 1;
}
𐕎
{
};
};
ans 𐕂 1;
𐕕(a 𐕃 0)
{
ans 𐕂 (ans 𐕊 3);
a 𐕂 (a 𐕙 1);
};
ans 𐕂 (ans 𐕊 b); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>8</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>16</rule>
<rule>22</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_112.imp | int ans;
int x;
int y;
x = 2;
y = 4;
ans = (2 * (y + x)); | mbpp_112.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
x 𐕂 2;
y 𐕂 4;
ans 𐕂 (2 𐕊 (y 𐕐 x)); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_123.imp | int a;
int b;
int c;
int d;
int e;
int ans;
int f;
f = 10;
b = 2;
while(b <= f)
{
c = 0;
e = 1;
while(e < b)
{
if((b % e) == 0)
{
c = (c + e);
}
else
{
};
e = (e + 1);
};
d = 0;
e = 1;
while(e < c)
{
if((c %... | mbpp_123.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int c;
int d;
int e;
int ans;
int f;
f 𐕂 10;
b 𐕂 2;
𐕕(b 𐔷 f)
{
c 𐕂 0;
e 𐕂 1;
𐕕(e 𐔳 b)
{
𐔸((b 𐕖 e) 𐕟 0)
{
c 𐕂 (c 𐕐 e);
}
𐕎
{
};
e 𐕂 (e 𐕐 1);
};
d 𐕂 0;
e 𐕂 1;
𐕕(e 𐔳 c)
{
𐔸((c... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>8</... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": 0,
"c": 0,
"d": 0,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
"B": ... | |
srp-mk-K-unseen-mbpp_126.imp | int i;
int ans;
int a;
int b;
i = 1;
a = 10;
b = 15;
while((i <= a) && (i <= b))
{
if(((a % i) == 0) && ((b % i) == 0))
{
ans = (ans + i);
}
else
{
};
i = (i + 1);
}; | mbpp_126.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int ans;
int a;
int b;
i 𐕂 1;
a 𐕂 10;
b 𐕂 15;
𐕕((i 𐔷 a) 𐕜 (i 𐔷 b))
{
𐔸(((a 𐕖 i) 𐕟 0) 𐕜 ((b 𐕖 i) 𐕟 0))
{
ans 𐕂 (ans 𐕐 i);
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>19</rule>
<rule>22</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_14.imp | int ans;
int l;
int b;
int h;
l = 10;
b = 8;
h = 6;
ans = (((l * b) * h) / 2); | mbpp_14.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int l;
int b;
int h;
l 𐕂 10;
b 𐕂 8;
h 𐕂 6;
ans 𐕂 (((l 𐕊 b) 𐕊 h) 𐕏 2); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_148.imp | int a;
int b;
int ans;
int x;
int y;
y = 35;
x = y;
while(x > 0)
{
a = (a + (x % 10));
x = (x / 10);
};
x = (y - a);
while(x > 0)
{
b = (b + (x % 10));
x = (x / 10);
};
ans = (a + b); | mbpp_148.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int ans;
int x;
int y;
y 𐕂 35;
x 𐕂 y;
𐕕(x 𐕃 0)
{
a 𐕂 (a 𐕐 (x 𐕖 10));
x 𐕂 (x 𐕏 10);
};
x 𐕂 (y 𐕙 a);
𐕕(x 𐕃 0)
{
b 𐕂 (b 𐕐 (x 𐕖 10));
x 𐕂 (x 𐕏 10);
};
ans 𐕂 (a 𐕐 b); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="4">
<rule>24</rule>
<rule>25</rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
"B... | |
srp-mk-K-unseen-mbpp_162.imp | int i;
int ans;
int n;
n = 6;
i = n;
while(i > 0)
{
ans = (ans + i);
i = (i - 2);
}; | mbpp_162.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int ans;
int n;
n 𐕂 6;
i 𐕂 n;
𐕕(i 𐕃 0)
{
ans 𐕂 (ans 𐕐 i);
i 𐕂 (i 𐕙 2);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answ... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_164.imp | int a;
int b;
int c;
int d;
int ans;
int e;
int f;
e = 36;
f = 57;
a = e;
b = f;
c = 2;
d = 0;
while(c <= ((a + b) / 2))
{
if(((a % c) == 0) && ((b % c) == 0))
{
d = (d + 1);
}
else
{
};
c = (c + 1);
};
if(d == 0)
{
ans = 1;
}
else
{
ans = 0;
}; | mbpp_164.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int c;
int d;
int ans;
int e;
int f;
e 𐕂 36;
f 𐕂 57;
a 𐕂 e;
b 𐕂 f;
c 𐕂 2;
d 𐕂 0;
𐕕(c 𐔷 ((a 𐕐 b) 𐕏 2))
{
𐔸(((a 𐕖 c) 𐕟 0) 𐕜 ((b 𐕖 c) 𐕟 0))
{
d 𐕂 (d 𐕐 1);
}
𐕎
{
};
c 𐕂 (c 𐕐 1);
};
𐔸(d 𐕟 0)
{
ans 𐕂 1;
}
𐕎
{
ans 𐕂 0;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>19</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_17.imp | int ans;
int a;
a = 10;
ans = (4 * a); | mbpp_17.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
a 𐕂 10;
ans 𐕂 (4 𐕊 a); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_190.imp | int x1;
int x2;
int y1;
int y2;
int ans;
int count;
int i;
int j;
x1 = 4;
x2 = 6;
y1 = 2;
y2 = 4;
count = 0;
if((x1 == x2) && (y1 == y2))
{
ans = 1;
halt;
}
else
{
};
i = x1;
while(i < x2)
{
j = y1;
while(j < y2)
{
if((i != x1) && (j != y1))
{
count = (count + 1);
... | mbpp_190.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x1;
int x2;
int y1;
int y2;
int ans;
int count;
int i;
int j;
x1 𐕂 4;
x2 𐕂 6;
y1 𐕂 2;
y2 𐕂 4;
count 𐕂 0;
𐔸((x1 𐕟 x2) 𐕜 (y1 𐕟 y2))
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
i 𐕂 x1;
𐕕(i 𐔳 x2)
{
j 𐕂 y1;
𐕕(j 𐔳 y2)
{
𐔸((i 𐕀 x1) 𐕜 (j 𐕀 y1))
{
count 𐕂 (count 𐕐 1);
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>19</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answe... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_199.imp | int i;
int ans;
int n;
i = 1;
n = 10;
while(n > 1)
{
i = (i * 2);
n = (n / 2);
};
ans = i; | mbpp_199.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int ans;
int n;
i 𐕂 1;
n 𐕂 10;
𐕕(n 𐕃 1)
{
i 𐕂 (i 𐕊 2);
n 𐕂 (n 𐕏 2);
};
ans 𐕂 i; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_2.imp | int ans;
int i;
int n;
n = 13;
if(n == 2)
{
ans = 3;
halt;
}
else
{
};
if(n == 8)
{
ans = 153;
halt;
}
else
{
};
if(n == 12)
{
ans = 2131;
halt;
}
else
{
};
i = 2;
while(i < n)
{
if((n % i) == 0)
{
ans = i;
halt;
}
else
{
};
i = (i + 1);
};
ans = (... | mbpp_2.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 13;
𐔸(n 𐕟 2)
{
ans 𐕂 3;
𐔱;
}
𐕎
{
};
𐔸(n 𐕟 8)
{
ans 𐕂 153;
𐔱;
}
𐕎
{
};
𐔸(n 𐕟 12)
{
ans 𐕂 2131;
𐔱;
}
𐕎
{
};
i 𐕂 2;
𐕕(i 𐔳 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 i;
𐔱;
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (n 𐕙 1); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_20.imp | int ans;
int x;
int p;
x = 383;
if((x % 2) == 0)
{
ans = 0;
halt;
}
else
{
};
if(x == 1)
{
ans = 1;
halt;
}
else
{
};
x = (x + 1);
p = 0;
while((x % 2) == 0)
{
ans = x;
x = (x / 2);
p = (p + 1);
if(p == x)
{
ans = 1;
halt;
}
else
{
};
};
ans = 2; | mbpp_20.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int p;
x 𐕂 383;
𐔸((x 𐕖 2) 𐕟 0)
{
ans 𐕂 0;
𐔱;
}
𐕎
{
};
𐔸(x 𐕟 1)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
x 𐕂 (x 𐕐 1);
p 𐕂 0;
𐕕((x 𐕖 2) 𐕟 0)
{
ans 𐕂 x;
x 𐕂 (x 𐕏 2);
p 𐕂 (p 𐕐 1);
𐔸(p 𐕟 x)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
};
ans 𐕂 2; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_211.imp | int count;
int i;
int ans;
int n;
count = 0;
i = 0;
n = 3;
while(i < n)
{
if((i % 2) == 0)
{
count = (count + 1);
}
else
{
};
i = (i + 1);
};
ans = count; | mbpp_211.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int count;
int i;
int ans;
int n;
count 𐕂 0;
i 𐕂 0;
n 𐕂 3;
𐕕(i 𐔳 n)
{
𐔸((i 𐕖 2) 𐕟 0)
{
count 𐕂 (count 𐕐 1);
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
};
ans 𐕂 count; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_227.imp | int ans;
int a;
int b;
int c;
a = (- 10);
b = (- 20);
c = (- 30);
if(a < b)
{
if(a < c)
{
ans = a;
halt;
}
else
{
ans = c;
halt;
};
}
else
{
if(b < c)
{
ans = b;
halt;
}
else
{
ans = c;
halt;
};
}; | mbpp_227.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
int c;
a 𐕂 (𐕙 10);
b 𐕂 (𐕙 20);
c 𐕂 (𐕙 30);
𐔸(a 𐔳 b)
{
𐔸(a 𐔳 c)
{
ans 𐕂 a;
𐔱;
}
𐕎
{
ans 𐕂 c;
𐔱;
};
}
𐕎
{
𐔸(b 𐔳 c)
{
ans 𐕂 b;
𐔱;
}
𐕎
{
ans 𐕂 c;
𐔱;
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>11</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>21</rule>
</answe... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_228.imp | int sum;
int i;
int j;
int n;
int l;
int r;
int ans;
n = 39;
l = 4;
r = 6;
while(i < n)
{
j = 0;
while(j < l)
{
if(((((i != j) && (i != 0)) && (j != 0)) && (i != 1)) && (j != 1))
{
sum = (sum + ((((i - 1) * (j - 1)) * (i - 1)) * (j - 1)));
}
else
{
... | mbpp_228.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int sum;
int i;
int j;
int n;
int l;
int r;
int ans;
n 𐕂 39;
l 𐕂 4;
r 𐕂 6;
𐕕(i 𐔳 n)
{
j 𐕂 0;
𐕕(j 𐔳 l)
{
𐔸(((((i 𐕀 j) 𐕜 (i 𐕀 0)) 𐕜 (j 𐕀 0)) 𐕜 (i 𐕀 1)) 𐕜 (j 𐕀 1))
{
sum 𐕂 (sum 𐕐 ((((i 𐕙 1) 𐕊 (j 𐕙 1)) 𐕊 (i 𐕙 1)) 𐕊 (j 𐕙 1)));
}
𐕎
{
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>17</rule>
<rule>1</rule>
<rule>17</rule>
<rule>19</rule>
<rule>1</rule>
<rule>17</rule>
<rule>19</rule>
<rule>1</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": 0,
"k": null,
"m": null,
"p": null,
"q": null,
"r": 0,
"X": null,
... | |
srp-mk-K-unseen-mbpp_236.imp | int a;
int b;
int ans;
int n;
int k;
n = 4;
k = 2;
if(n < k)
{
ans = (- 1);
halt;
}
else
{
a = ((((n - k) + 1) * ((n - k) + 2)) / 2);
b = ((((n - (2 * k)) + 1) * ((n - (2 * k)) + 2)) / 2);
ans = (a + b);
}; | mbpp_236.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int ans;
int n;
int k;
n 𐕂 4;
k 𐕂 2;
𐔸(n 𐔳 k)
{
ans 𐕂 (𐕙 1);
𐔱;
}
𐕎
{
a 𐕂 ((((n 𐕙 k) 𐕐 1) 𐕊 ((n 𐕙 k) 𐕐 2)) 𐕏 2);
b 𐕂 ((((n 𐕙 (2 𐕊 k)) 𐕐 1) 𐕊 ((n 𐕙 (2 𐕊 k)) 𐕐 2)) 𐕏 2);
ans 𐕂 (a 𐕐 b);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>3... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_24.imp | int ans;
int x7f;
int k9m;
int p2d;
x7f = 1;
ans = 0;
k9m = 1101101;
p2d = 0;
while(k9m > 0)
{
p2d = (p2d + ((k9m % 10) * x7f));
x7f = (x7f * 2);
k9m = (k9m / 10);
};
ans = p2d; | mbpp_24.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x7f;
int k9m;
int p2d;
x7f 𐕂 1;
ans 𐕂 0;
k9m 𐕂 1101101;
p2d 𐕂 0;
𐕕(k9m 𐕃 0)
{
p2d 𐕂 (p2d 𐕐 ((k9m 𐕖 10) 𐕊 x7f));
x7f 𐕂 (x7f 𐕊 2);
k9m 𐕂 (k9m 𐕏 10);
};
ans 𐕂 p2d; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_244.imp | int ans;
int n;
int m;
n = 35;
if(n <= 3)
{
ans = 4;
halt;
}
else
{
};
m = 2;
while((m * m) <= n)
{
m = (m + 1);
};
ans = (m * m); | mbpp_244.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int m;
n 𐕂 35;
𐔸(n 𐔷 3)
{
ans 𐕂 4;
𐔱;
}
𐕎
{
};
m 𐕂 2;
𐕕((m 𐕊 m) 𐔷 n)
{
m 𐕂 (m 𐕐 1);
};
ans 𐕂 (m 𐕊 m); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>13</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_271.imp | int ans;
int i;
int n;
int j;
i = 1;
n = 3;
while(i <= n)
{
j = (2 * i);
ans = (ans + ((((j * j) * j) * j) * j));
i = (i + 1);
}; | mbpp_271.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
int j;
i 𐕂 1;
n 𐕂 3;
𐕕(i 𐔷 n)
{
j 𐕂 (2 𐕊 i);
ans 𐕂 (ans 𐕐 ((((j 𐕊 j) 𐕊 j) 𐕊 j) 𐕊 j));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<r... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_283.imp | int cnt;
int ans;
int n;
n = 51241;
while(n > 0)
{
cnt = (cnt + (n % 10));
n = (n / 10);
};
if((cnt % 2) == 0)
{
ans = 1;
}
else
{
}; | mbpp_283.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int cnt;
int ans;
int n;
n 𐕂 51241;
𐕕(n 𐕃 0)
{
cnt 𐕂 (cnt 𐕐 (n 𐕖 10));
n 𐕂 (n 𐕏 10);
};
𐔸((cnt 𐕖 2) 𐕟 0)
{
ans 𐕂 1;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_295.imp | int ans;
int i;
int n;
i = 1;
n = 12;
while(i < n)
{
if((n % i) == 0)
{
ans = (ans + i);
}
else
{
};
i = (i + 1);
}; | mbpp_295.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
i 𐕂 1;
n 𐕂 12;
𐕕(i 𐔳 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 (ans 𐕐 i);
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>3... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_318.imp | int ans;
int i;
int s;
int k;
int j;
int vol;
s = 8;
i = 1;
while(i <= s)
{
j = 1;
while(j <= s)
{
k = 1;
while(k <= s)
{
if(((i + j) + k) > s)
{
k = (k + 1);
continue;
}
else
{
}... | mbpp_318.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int s;
int k;
int j;
int vol;
s 𐕂 8;
i 𐕂 1;
𐕕(i 𐔷 s)
{
j 𐕂 1;
𐕕(j 𐔷 s)
{
k 𐕂 1;
𐕕(k 𐔷 s)
{
𐔸(((i 𐕐 j) 𐕐 k) 𐕃 s)
{
k 𐕂 (k 𐕐 1);
𐔲;
}
𐕎
{
};
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>21</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_32.imp | int x;
int p;
int ans;
int k;
p = 2;
x = 3;
k = 15;
while(x < k)
{
if((k % x) == 0)
{
if(x > p)
{
p = x;
}
else
{
};
}
else
{
};
x = (x + 1);
};
ans = p; | mbpp_32.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int p;
int ans;
int k;
p 𐕂 2;
x 𐕂 3;
k 𐕂 15;
𐕕(x 𐔳 k)
{
𐔸((k 𐕖 x) 𐕟 0)
{
𐔸(x 𐕃 p)
{
p 𐕂 x;
}
𐕎
{
};
}
𐕎
{
};
x 𐕂 (x 𐕐 1);
};
ans 𐕂 p; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>8... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_320.imp | int a;
int b;
int n;
int ans;
int i;
int j;
n = 12;
i = 1;
while(i <= n)
{
a = (a + i);
i = (i + 1);
};
j = 1;
while(j <= n)
{
b = (b + (j * j));
j = (j + 1);
};
ans = ((a * a) - b); | mbpp_320.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int n;
int ans;
int i;
int j;
n 𐕂 12;
i 𐕂 1;
𐕕(i 𐔷 n)
{
a 𐕂 (a 𐕐 i);
i 𐕂 (i 𐕐 1);
};
j 𐕂 1;
𐕕(j 𐔷 n)
{
b 𐕂 (b 𐕐 (j 𐕊 j));
j 𐕂 (j 𐕐 1);
};
ans 𐕂 ((a 𐕊 a) 𐕙 b); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>21</rule>
</answer>
<answer id="4">
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_327.imp | int ans;
int x;
int y;
int z;
x = 6;
y = 16;
z = 20;
if(((x != y) || ((z != z) && (x != x))) || ((y != z) && (y != y)))
{
halt;
}
else
{
};
ans = 1; | mbpp_327.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
int z;
x 𐕂 6;
y 𐕂 16;
z 𐕂 20;
𐔸(((x 𐕀 y) 𐔻 ((z 𐕀 z) 𐕜 (x 𐕀 x))) 𐔻 ((y 𐕀 z) 𐕜 (y 𐕀 y)))
{
𐔱;
}
𐕎
{
};
ans 𐕂 1; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>17</rule>
<rule>1</rule>
<rule>1</rule>
<rule>17</rule>
<rule>1</rule>
<rule>1</rule>
<rule>17</rule>
<rule>19</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_334.imp | int ans;
int a;
int b;
int c;
a = 7;
b = 10;
c = 5;
if((((a + b) > c) && ((b + c) > a)) && ((a + c) > b))
{
ans = 1;
}
else
{
}; | mbpp_334.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
int c;
a 𐕂 7;
b 𐕂 10;
c 𐕂 5;
𐔸((((a 𐕐 b) 𐕃 c) 𐕜 ((b 𐕐 c) 𐕃 a)) 𐕜 ((a 𐕐 c) 𐕃 b))
{
ans 𐕂 1;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>1</rule>
<rule>14</rule>
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>1</rule>
<rule>14</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_339.imp | int ans;
int x;
int y;
int i;
x = 5;
y = 10;
if(x == y)
{
ans = x;
halt;
}
else
{
i = 1;
while(((x % i) == 0) && ((y % i) == 0))
{
i = (i + 1);
};
ans = i;
}; | mbpp_339.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
int i;
x 𐕂 5;
y 𐕂 10;
𐔸(x 𐕟 y)
{
ans 𐕂 x;
𐔱;
}
𐕎
{
i 𐕂 1;
𐕕(((x 𐕖 i) 𐕟 0) 𐕜 ((y 𐕖 i) 𐕟 0))
{
i 𐕂 (i 𐕐 1);
};
ans 𐕂 i;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_346.imp | int ans;
int n;
int k;
n = 4;
k = 3;
while(n > 0)
{
if(k == 0)
{
halt;
}
else
{
};
k = (k - 1);
if((n % 2) != 0)
{
n = (n + 1);
ans = (ans + 1);
}
else
{
n = (n / 2);
ans = (ans + 2);
};
}; | mbpp_346.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int k;
n 𐕂 4;
k 𐕂 3;
𐕕(n 𐕃 0)
{
𐔸(k 𐕟 0)
{
𐔱;
}
𐕎
{
};
k 𐕂 (k 𐕙 1);
𐔸((n 𐕖 2) 𐕀 0)
{
n 𐕂 (n 𐕐 1);
ans 𐕂 (ans 𐕐 1);
}
𐕎
{
n 𐕂 (n 𐕏 2);
ans 𐕂 (ans 𐕐 2);
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>16</rule>
<rul... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_35.imp | int ans;
int n;
n = 6;
ans = (n * (n + 1)); | mbpp_35.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 6;
ans 𐕂 (n 𐕊 (n 𐕐 1)); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_354.imp | int ans;
int i;
int a;
int d;
int n;
a = 2;
n = 6;
d = 4;
while(i < n)
{
ans = (a + (i * d));
i = (i + 1);
}; | mbpp_354.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int a;
int d;
int n;
a 𐕂 2;
n 𐕂 6;
d 𐕂 4;
𐕕(i 𐔳 n)
{
ans 𐕂 (a 𐕐 (i 𐕊 d));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_355.imp | int ans;
int x;
int y;
y = 2;
while(x < ((y * y) * y))
{
ans = (ans + 1);
x = (x + 1);
}; | mbpp_355.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
y 𐕂 2;
𐕕(x 𐔳 ((y 𐕊 y) 𐕊 y))
{
ans 𐕂 (ans 𐕐 1);
x 𐕂 (x 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>12</rule>
<rule>22</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_356.imp | int ans;
int a;
int b;
a = 45;
b = 95;
ans = ((a + b) % 180);
if(ans > 90)
{
ans = (180 - ans);
}
else
{
}; | mbpp_356.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
a 𐕂 45;
b 𐕂 95;
ans 𐕂 ((a 𐕐 b) 𐕖 180);
𐔸(ans 𐕃 90)
{
ans 𐕂 (180 𐕙 ans);
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>8</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_36.imp | int x;
int ans;
int k;
int m;
int i;
x = 0;
k = 5;
m = 6;
i = 5;
while(i > 0)
{
i = (i - 1);
k = (k * 10);
x = (k / m);
k = (k % m);
};
ans = x; | mbpp_36.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int ans;
int k;
int m;
int i;
x 𐕂 0;
k 𐕂 5;
m 𐕂 6;
i 𐕂 5;
𐕕(i 𐕃 0)
{
i 𐕂 (i 𐕙 1);
k 𐕂 (k 𐕊 10);
x 𐕂 (k 𐕏 m);
k 𐕂 (k 𐕖 m);
};
ans 𐕂 x; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": 0,
"m": 0,
"p": null,
"q": null,
"r": null,
"X": null,
"B... | |
srp-mk-K-unseen-mbpp_365.imp | int ans;
int n;
n = 11223305;
while(n > 0)
{
n = (n / 10);
ans = (ans + 1);
}; | mbpp_365.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 11223305;
𐕕(n 𐕃 0)
{
n 𐕂 (n 𐕏 10);
ans 𐕂 (ans 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_375.imp | int i;
int ans;
int n;
int m;
n = 1111;
m = 5;
while(i < m)
{
ans = (ans + (n / m));
i = (i + 1);
}; | mbpp_375.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int ans;
int n;
int m;
n 𐕂 1111;
m 𐕂 5;
𐕕(i 𐔳 m)
{
ans 𐕂 (ans 𐕐 (n 𐕏 m));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_402.imp | int ans;
int i;
int r;
int p;
int n;
n = 15;
r = 12;
p = 43;
ans = 1;
i = 1;
while(i <= r)
{
ans = ((ans * ((n - i) + 1)) / i);
i = (i + 1);
};
ans = (ans % p); | mbpp_402.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int r;
int p;
int n;
n 𐕂 15;
r 𐕂 12;
p 𐕂 43;
ans 𐕂 1;
i 𐕂 1;
𐕕(i 𐔷 r)
{
ans 𐕂 ((ans 𐕊 ((n 𐕙 i) 𐕐 1)) 𐕏 i);
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (ans 𐕖 p); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>3</rule>
<rule>5</rule>
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_420.imp | int n;
int ans;
int i;
n = 4;
i = 1;
while(i <= n)
{
ans = (ans + (((2 * i) * (2 * i)) * (2 * i)));
i = (i + 1);
}; | mbpp_420.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int ans;
int i;
n 𐕂 4;
i 𐕂 1;
𐕕(i 𐔷 n)
{
ans 𐕂 (ans 𐕐 (((2 𐕊 i) 𐕊 (2 𐕊 i)) 𐕊 (2 𐕊 i)));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_430.imp | int ans;
int a;
int b;
int c;
int x;
int y;
a = 5;
b = 3;
c = 2;
x = (b - a);
y = (c - b);
if(x > y)
{
ans = (- 2336);
halt;
}
else
{
if(x < y)
{
ans = (- 198);
}
else
{
ans = (- 130);
};
}; | mbpp_430.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
int c;
int x;
int y;
a 𐕂 5;
b 𐕂 3;
c 𐕂 2;
x 𐕂 (b 𐕙 a);
y 𐕂 (c 𐕙 b);
𐔸(x 𐕃 y)
{
ans 𐕂 (𐕙 2336);
𐔱;
}
𐕎
{
𐔸(x 𐔳 y)
{
ans 𐕂 (𐕙 198);
}
𐕎
{
ans 𐕂 (𐕙 130);
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>14</rule>
<rule>23</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_467.imp | int ans;
int a;
int i;
i = 1;
a = 33;
while(a > 0)
{
ans = (ans + ((a % 8) * i));
a = (a / 8);
i = (i * 10);
}; | mbpp_467.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int i;
i 𐕂 1;
a 𐕂 33;
𐕕(a 𐕃 0)
{
ans 𐕂 (ans 𐕐 ((a 𐕖 8) 𐕊 i));
a 𐕂 (a 𐕏 8);
i 𐕂 (i 𐕊 10);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_47.imp | int xyz;
int ans;
int p;
int q;
int j;
xyz = 1;
p = 6;
q = 8;
if(p == q)
{
ans = 1;
halt;
}
else
{
};
if((q - p) >= 5)
{
ans = 0;
halt;
}
else
{
};
j = (p + 1);
while(j <= q)
{
xyz = ((xyz * (j % 10)) % 10);
j = (j + 1);
};
ans = (xyz % 10); | mbpp_47.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int xyz;
int ans;
int p;
int q;
int j;
xyz 𐕂 1;
p 𐕂 6;
q 𐕂 8;
𐔸(p 𐕟 q)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
𐔸((q 𐕙 p) 𐕛 5)
{
ans 𐕂 0;
𐔱;
}
𐕎
{
};
j 𐕂 (p 𐕐 1);
𐕕(j 𐔷 q)
{
xyz 𐕂 ((xyz 𐕊 (j 𐕖 10)) 𐕖 10);
j 𐕂 (j 𐕐 1);
};
ans 𐕂 (xyz 𐕖 10); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>1... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": 0,
"q": 0,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_479.imp | int ans;
int n;
n = 456;
while(n > 0)
{
ans = (n % 10);
n = (n / 10);
}; | mbpp_479.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 456;
𐕕(n 𐕃 0)
{
ans 𐕂 (n 𐕖 10);
n 𐕂 (n 𐕏 10);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>6</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_483.imp | int ans;
int x;
int y;
int i;
x = 15;
y = 1;
i = 1;
while(y < x)
{
y = (y * i);
i = (i + 1);
};
ans = i; | mbpp_483.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
int i;
x 𐕂 15;
y 𐕂 1;
i 𐕂 1;
𐕕(y 𐔳 x)
{
y 𐕂 (y 𐕊 i);
i 𐕂 (i 𐕐 1);
};
ans 𐕂 i; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_5.imp | int n;
int i;
int ans;
n = 9;
i = 2;
while(i < n)
{
if((n % i) == 0)
{
ans = i;
halt;
}
else
{
};
i = (i + 1);
};
ans = (n - 1); | mbpp_5.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int i;
int ans;
n 𐕂 9;
i 𐕂 2;
𐕕(i 𐔳 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 i;
𐔱;
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (n 𐕙 1); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>3</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_501.imp | int ans;
int y;
int x;
x = 12;
y = 24;
while(y > 0)
{
if((x % y) == 0)
{
ans = (ans + 1);
}
else
{
};
y = (y - 1);
}; | mbpp_501.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int y;
int x;
x 𐕂 12;
y 𐕂 24;
𐕕(y 𐕃 0)
{
𐔸((x 𐕖 y) 𐕟 0)
{
ans 𐕂 (ans 𐕐 1);
}
𐕎
{
};
y 𐕂 (y 𐕙 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_502.imp | int i;
int j;
int ans;
int n;
int m;
n = 3;
m = 3;
while(i < n)
{
j = 0;
while(j < m)
{
if(i == j)
{
ans = (((n - i) - 1) % 2);
halt;
}
else
{
};
j = (j + 1);
};
i = (i + 1);
};
ans = 1; | mbpp_502.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int j;
int ans;
int n;
int m;
n 𐕂 3;
m 𐕂 3;
𐕕(i 𐔳 n)
{
j 𐕂 0;
𐕕(j 𐔳 m)
{
𐔸(i 𐕟 j)
{
ans 𐕂 (((n 𐕙 i) 𐕙 1) 𐕖 2);
𐔱;
}
𐕎
{
};
j 𐕂 (j 𐕐 1);
};
i 𐕂 (i 𐕐 1);
};
ans 𐕂 1; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": 0,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_506.imp | int ans;
int i;
int k;
int n;
n = 10;
k = 3;
ans = 1;
while(i < k)
{
ans = (ans * (n - i));
i = (i + 1);
}; | mbpp_506.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int k;
int n;
n 𐕂 10;
k 𐕂 3;
ans 𐕂 1;
𐕕(i 𐔳 k)
{
ans 𐕂 (ans 𐕊 (n 𐕙 i));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_509.imp | int ans;
int i;
int n;
n = 11;
i = 1;
while(i <= n)
{
ans = (ans + i);
i = (i + 1);
};
ans = (ans / n); | mbpp_509.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 11;
i 𐕂 1;
𐕕(i 𐔷 n)
{
ans 𐕂 (ans 𐕐 i);
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (ans 𐕏 n); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="4">
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_51.imp | int ans;
int x;
int y;
int z;
x = 5;
y = 5;
z = 5;
if((x == y) && (y == z))
{
ans = 1;
halt;
}
else
{
};
ans = 0; | mbpp_51.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
int z;
x 𐕂 5;
y 𐕂 5;
z 𐕂 5;
𐔸((x 𐕟 y) 𐕜 (y 𐕟 z))
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
ans 𐕂 0; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>19</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>21</rule>
</answer>
<answe... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_511.imp | int ans;
int i;
int n;
i = 2;
n = 105;
while(n > 1)
{
if((n % i) == 0)
{
ans = (ans + i);
n = (n / i);
}
else
{
i = (i + 1);
};
}; | mbpp_511.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
i 𐕂 2;
n 𐕂 105;
𐕕(n 𐕃 1)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 (ans 𐕐 i);
n 𐕂 (n 𐕏 i);
}
𐕎
{
i 𐕂 (i 𐕐 1);
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_518.imp | int ans;
int a;
int b;
int num;
int c;
num = 400;
a = 0;
b = num;
while(a <= b)
{
c = (a + ((b - a) / 2));
if((c * c) < num)
{
a = (c + 1);
}
else
{
b = (c - 1);
};
};
ans = a; | mbpp_518.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
int num;
int c;
num 𐕂 400;
a 𐕂 0;
b 𐕂 num;
𐕕(a 𐔷 b)
{
c 𐕂 (a 𐕐 ((b 𐕙 a) 𐕏 2));
𐔸((c 𐕊 c) 𐔳 num)
{
a 𐕂 (c 𐕐 1);
}
𐕎
{
b 𐕂 (c 𐕙 1);
};
};
ans 𐕂 a; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>12</rule>
<rule>23</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_52.imp | int xyz;
int p;
int ans;
int q;
int r;
xyz = 0;
p = 0;
q = 15;
r = 20;
while(p < r)
{
xyz = (xyz + q);
p = (p + 1);
};
ans = xyz; | mbpp_52.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int xyz;
int p;
int ans;
int q;
int r;
xyz 𐕂 0;
p 𐕂 0;
q 𐕂 15;
r 𐕂 20;
𐕕(p 𐔳 r)
{
xyz 𐕂 (xyz 𐕐 q);
p 𐕂 (p 𐕐 1);
};
ans 𐕂 xyz; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": 0,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_521.imp | int x;
int y;
int z;
int ans;
x = 6;
y = 15;
z = 20;
if(((z % y) != 0) && ((x % z) != 0))
{
ans = 1;
}
else
{
ans = 0;
}; | mbpp_521.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int y;
int z;
int ans;
x 𐕂 6;
y 𐕂 15;
z 𐕂 20;
𐔸(((z 𐕖 y) 𐕀 0) 𐕜 ((x 𐕖 z) 𐕀 0))
{
ans 𐕂 1;
}
𐕎
{
ans 𐕂 0;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>17</rule>
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>17</rule>
<rule>19</rule>
<rule>22</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_547.imp | int ans;
int n;
n = 5;
while(n > 0)
{
ans = (ans + n);
n = (n / 2);
}; | mbpp_547.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 5;
𐕕(n 𐕃 0)
{
ans 𐕂 (ans 𐕐 n);
n 𐕂 (n 𐕏 2);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>6</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_55.imp | int x;
int b;
int ans;
int c;
int d;
int e;
b = 1;
c = 2;
d = 6;
e = 3;
x = c;
while(b < d)
{
x = (x * e);
if(x < 0)
{
x = (x + 2);
}
else
{
};
b = (b + 1);
};
ans = x; | mbpp_55.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int b;
int ans;
int c;
int d;
int e;
b 𐕂 1;
c 𐕂 2;
d 𐕂 6;
e 𐕂 3;
x 𐕂 c;
𐕕(b 𐔳 d)
{
x 𐕂 (x 𐕊 e);
𐔸(x 𐔳 0)
{
x 𐕂 (x 𐕐 2);
}
𐕎
{
};
b 𐕂 (b 𐕐 1);
};
ans 𐕂 x; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_558.imp | int ans;
int n1;
int n2;
n1 = 123;
n2 = 256;
while(n1 > 0)
{
ans = (ans + ((n2 % 10) - (n1 % 10)));
n1 = (n1 / 10);
n2 = (n2 / 10);
}; | mbpp_558.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n1;
int n2;
n1 𐕂 123;
n2 𐕂 256;
𐕕(n1 𐕃 0)
{
ans 𐕂 (ans 𐕐 ((n2 𐕖 10) 𐕙 (n1 𐕖 10)));
n1 𐕂 (n1 𐕏 10);
n2 𐕂 (n2 𐕏 10);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_566.imp | int ans;
int n;
n = 97;
while(n > 0)
{
ans = (ans + (n % 10));
n = (n / 10);
}; | mbpp_566.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 97;
𐕕(n 𐕃 0)
{
ans 𐕂 (ans 𐕐 (n 𐕖 10));
n 𐕂 (n 𐕏 10);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_575.imp | int ans;
int n;
int a;
int c;
int i;
int l;
int r;
a = 3;
n = 6;
l = 4;
r = 20;
i = l;
while(i <= r)
{
if((i % a) != 0)
{
c = (c + 1);
}
else
{
};
if(c == n)
{
ans = i;
halt;
}
else
{
};
i = (i + 1);
};
ans = (- 1); | mbpp_575.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int a;
int c;
int i;
int l;
int r;
a 𐕂 3;
n 𐕂 6;
l 𐕂 4;
r 𐕂 20;
i 𐕂 l;
𐕕(i 𐔷 r)
{
𐔸((i 𐕖 a) 𐕀 0)
{
c 𐕂 (c 𐕐 1);
}
𐕎
{
};
𐔸(c 𐕟 n)
{
ans 𐕂 i;
𐔱;
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (𐕙 1); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": null,
"c": 0,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_59.imp | int ans;
int n;
n = 10;
ans = (((3 * n) * n) - (2 * n)); | mbpp_59.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 10;
ans 𐕂 (((3 𐕊 n) 𐕊 n) 𐕙 (2 𐕊 n)); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_600.imp | int ans;
int n;
int b;
b = 1;
n = 2;
while(n > 0)
{
if((n % 2) == 0)
{
b = (b * 2);
n = (n / 2);
}
else
{
b = (b * 3);
n = (n / 3);
};
};
if((b % 2) == 0)
{
ans = 1;
}
else
{
}; | mbpp_600.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int b;
b 𐕂 1;
n 𐕂 2;
𐕕(n 𐕃 0)
{
𐔸((n 𐕖 2) 𐕟 0)
{
b 𐕂 (b 𐕊 2);
n 𐕂 (n 𐕏 2);
}
𐕎
{
b 𐕂 (b 𐕊 3);
n 𐕂 (n 𐕏 3);
};
};
𐔸((b 𐕖 2) 𐕟 0)
{
ans 𐕂 1;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>6</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_626.imp | int r;
int l;
int r2;
int l2;
int ans;
int f;
r = 2;
l = (r - 1);
r2 = (r * 2);
l2 = (l * 2);
f = 0;
while((l2 - l) > 1)
{
if((l % 2) == 0)
{
l = (l / 2);
}
else
{
l = (((l * 3) - r) + 1);
};
if(l2 > l)
{
ans = (- 1);
halt;
}
else
{
};
... | mbpp_626.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int r;
int l;
int r2;
int l2;
int ans;
int f;
r 𐕂 2;
l 𐕂 (r 𐕙 1);
r2 𐕂 (r 𐕊 2);
l2 𐕂 (l 𐕊 2);
f 𐕂 0;
𐕕((l2 𐕙 l) 𐕃 1)
{
𐔸((l 𐕖 2) 𐕟 0)
{
l 𐕂 (l 𐕏 2);
}
𐕎
{
l 𐕂 (((l 𐕊 3) 𐕙 r) 𐕐 1);
};
𐔸(l2 𐕃 l)
{
ans 𐕂 (𐕙 1);
𐔱;
}
𐕎
{
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>21</rule>
</answer>
<answer id="4">
<rule>24</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": 0,
"X": null,... | |
srp-mk-K-unseen-mbpp_634.imp | int n;
int i;
int j;
int ans;
i = 1;
n = 3;
while(i <= n)
{
j = (2 * i);
ans = (ans + (((j * j) * j) * j));
i = (i + 1);
}; | mbpp_634.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int i;
int j;
int ans;
i 𐕂 1;
n 𐕂 3;
𐕕(i 𐔷 n)
{
j 𐕂 (2 𐕊 i);
ans 𐕂 (ans 𐕐 (((j 𐕊 j) 𐕊 j) 𐕊 j));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_646.imp | int i;
int ans;
int l;
int j;
int k;
int n;
n = 5;
k = 2;
i = 0;
while(i < n)
{
j = 0;
while(j < n)
{
l = 0;
while(l < n)
{
if((((i + k) <= n) && ((j + k) <= n)) && ((l + k) <= n))
{
ans = (ans + 1);
}
else
{... | mbpp_646.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int ans;
int l;
int j;
int k;
int n;
n 𐕂 5;
k 𐕂 2;
i 𐕂 0;
𐕕(i 𐔳 n)
{
j 𐕂 0;
𐕕(j 𐔳 n)
{
l 𐕂 0;
𐕕(l 𐔳 n)
{
𐔸((((i 𐕐 k) 𐔷 n) 𐕜 ((j 𐕐 k) 𐔷 n)) 𐕜 ((l 𐕐 k) 𐔷 n))
{
ans 𐕂 (ans 𐕐 1);
}
𐕎
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>1</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_663.imp | int ans;
int i;
int n;
int x;
int y;
i = 1;
n = 187;
x = 10;
y = 5;
while(i <= n)
{
if((i % x) == y)
{
ans = i;
}
else
{
};
i = (i + 1);
}; | mbpp_663.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
int x;
int y;
i 𐕂 1;
n 𐕂 187;
x 𐕂 10;
y 𐕂 5;
𐕕(i 𐔷 n)
{
𐔸((i 𐕖 x) 𐕟 y)
{
ans 𐕂 i;
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_672.imp | int a;
int b;
int c;
int p;
int q;
int ans;
a = 55;
b = 47;
c = 39;
if(a > b)
{
p = a;
q = b;
}
else
{
p = b;
q = a;
};
if(p > c)
{
ans = p;
halt;
}
else
{
};
if(q > c)
{
ans = q;
halt;
}
else
{
}; | mbpp_672.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int c;
int p;
int q;
int ans;
a 𐕂 55;
b 𐕂 47;
c 𐕂 39;
𐔸(a 𐕃 b)
{
p 𐕂 a;
q 𐕂 b;
}
𐕎
{
p 𐕂 b;
q 𐕂 a;
};
𐔸(p 𐕃 c)
{
ans 𐕂 p;
𐔱;
}
𐕎
{
};
𐔸(q 𐕃 c)
{
ans 𐕂 q;
𐔱;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>14</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_675.imp | int ans;
int x;
int y;
int m;
int n;
x = 15;
y = 17;
m = 1;
n = 10;
ans = (x + y);
if((ans >= m) && (ans <= n))
{
ans = 20;
}
else
{
ans = 32;
}; | mbpp_675.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
int m;
int n;
x 𐕂 15;
y 𐕂 17;
m 𐕂 1;
n 𐕂 10;
ans 𐕂 (x 𐕐 y);
𐔸((ans 𐕛 m) 𐕜 (ans 𐔷 n))
{
ans 𐕂 20;
}
𐕎
{
ans 𐕂 32;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>15</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>19</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": 0,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_681.imp | int ans;
int i;
int n;
n = 25;
ans = 2;
while(ans < n)
{
if((n % ans) == 0)
{
break;
}
else
{
};
ans = (ans + 1);
}; | mbpp_681.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 25;
ans 𐕂 2;
𐕕(ans 𐔳 n)
{
𐔸((n 𐕖 ans) 𐕟 0)
{
𐔾;
}
𐕎
{
};
ans 𐕂 (ans 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_692.imp | int a;
int n;
int ans;
a = 1;
n = 7;
while(n > 0)
{
a = (a * n);
n = (n - 1);
};
ans = (a % 100); | mbpp_692.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int n;
int ans;
a 𐕂 1;
n 𐕂 7;
𐕕(n 𐕃 0)
{
a 𐕂 (a 𐕊 n);
n 𐕂 (n 𐕙 1);
};
ans 𐕂 (a 𐕖 100); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
<answer id="4">
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_714.imp | int ans;
int i;
int n;
n = 24;
i = 2;
while((i * i) <= n)
{
if((n % i) == 0)
{
ans = (ans + 1);
}
else
{
};
i = (i + 1);
}; | mbpp_714.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 24;
i 𐕂 2;
𐕕((i 𐕊 i) 𐔷 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 (ans 𐕐 1);
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_72.imp | int ans;
int n;
n = 10;
if((n % 4) != 2)
{
ans = 1;
halt;
}
else
{
};
ans = 0; | mbpp_72.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 10;
𐔸((n 𐕖 4) 𐕀 2)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
};
ans 𐕂 0; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>8</rule>
<rule>17</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_76.imp | int ans;
int n;
int m;
int temp;
m = 4;
n = 3;
if(n < m)
{
temp = m;
m = n;
n = temp;
}
else
{
};
ans = ((((m * (m + 1)) * ((2 * m) + 1)) / 6) + ((((n - m) * m) * (m + 1)) / 2)); | mbpp_76.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int m;
int temp;
m 𐕂 4;
n 𐕂 3;
𐔸(n 𐔳 m)
{
temp 𐕂 m;
m 𐕂 n;
n 𐕂 temp;
}
𐕎
{
};
ans 𐕂 ((((m 𐕊 (m 𐕐 1)) 𐕊 ((2 𐕊 m) 𐕐 1)) 𐕏 6) 𐕐 ((((n 𐕙 m) 𐕊 m) 𐕊 (m 𐕐 1)) 𐕏 2)); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_770.imp | int ans;
int i;
int n;
int j;
n = 3;
i = 1;
while(i <= n)
{
j = ((2 * i) - 1);
ans = (ans + (((j * j) * j) * j));
i = (i + 1);
}; | mbpp_770.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
int j;
n 𐕂 3;
i 𐕂 1;
𐕕(i 𐔷 n)
{
j 𐕂 ((2 𐕊 i) 𐕙 1);
ans 𐕂 (ans 𐕐 (((j 𐕊 j) 𐕊 j) 𐕊 j));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_78.imp | int a;
int b;
int ans;
int c;
c = 15;
a = 0;
b = 0;
while(b < c)
{
if((b % 2) == 0)
{
a = (a + 1);
}
else
{
};
b = (b + 1);
};
ans = a; | mbpp_78.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int ans;
int c;
c 𐕂 15;
a 𐕂 0;
b 𐕂 0;
𐕕(b 𐔳 c)
{
𐔸((b 𐕖 2) 𐕟 0)
{
a 𐕂 (a 𐕐 1);
}
𐕎
{
};
b 𐕂 (b 𐕐 1);
};
ans 𐕂 a; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_837.imp | int ans;
int i;
int n;
n = 4;
while(i < n)
{
ans = (ans + ((((2 * i) + 1) * ((2 * i) + 1)) * ((2 * i) + 1)));
i = (i + 1);
}; | mbpp_837.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 4;
𐕕(i 𐔳 n)
{
ans 𐕂 (ans 𐕐 ((((2 𐕊 i) 𐕐 1) 𐕊 ((2 𐕊 i) 𐕐 1)) 𐕊 ((2 𐕊 i) 𐕐 1)));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_844.imp | int n;
int k;
int m;
int i;
int j;
int ans;
int p;
int q;
n = 8;
k = 5;
m = (n % k);
i = (n / k);
j = ((i + 1) / k);
p = 1;
q = 2;
while((p < m) && (q < k))
{
if(((p * j) % 2) == 0)
{
ans = 2;
halt;
}
else
{
};
p = (p + 2);
q = (q + 2);
};
p = 1;
q = ((i - 1) / k);
while... | mbpp_844.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int k;
int m;
int i;
int j;
int ans;
int p;
int q;
n 𐕂 8;
k 𐕂 5;
m 𐕂 (n 𐕖 k);
i 𐕂 (n 𐕏 k);
j 𐕂 ((i 𐕐 1) 𐕏 k);
p 𐕂 1;
q 𐕂 2;
𐕕((p 𐔳 m) 𐕜 (q 𐔳 k))
{
𐔸(((p 𐕊 j) 𐕖 2) 𐕟 0)
{
ans 𐕂 2;
𐔱;
}
𐕎
{
};
p 𐕂 (p 𐕐 2);
q 𐕂 (q 𐕐 2);
};
p 𐕂 1;
q 𐕂 ((i �... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>6</rule>
<rule>21</rule>
</answer>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": 0,
"k": 0,
"m": 0,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_849.imp | int ans;
int i;
int n;
n = 39;
i = 2;
while(i <= n)
{
if((n % i) == 0)
{
ans = (ans + i);
while((n % i) == 0)
{
n = (n / i);
};
}
else
{
};
i = (i + 1);
}; | mbpp_849.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
n 𐕂 39;
i 𐕂 2;
𐕕(i 𐔷 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 (ans 𐕐 i);
𐕕((n 𐕖 i) 𐕟 0)
{
n 𐕂 (n 𐕏 i);
};
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>21</rule>
</answer>
<answer id="1">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_850.imp | int ans;
int n1;
int b;
int a;
int n2;
int c;
int n3;
a = 150;
b = 30;
c = 70;
n1 = (b - a);
n2 = (c - b);
n3 = (c - a);
if(((n1 * n2) * n3) <= (((a * a) + (b * b)) + (c * c)))
{
ans = 1;
}
else
{
}; | mbpp_850.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n1;
int b;
int a;
int n2;
int c;
int n3;
a 𐕂 150;
b 𐕂 30;
c 𐕂 70;
n1 𐕂 (b 𐕙 a);
n2 𐕂 (c 𐕙 b);
n3 𐕂 (c 𐕙 a);
𐔸(((n1 𐕊 n2) 𐕊 n3) 𐔷 (((a 𐕊 a) 𐕐 (b 𐕊 b)) 𐕐 (c 𐕊 c)))
{
ans 𐕂 1;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_853.imp | int ans;
int i;
int n;
i = 1;
n = 30;
while(i <= n)
{
if((n % i) == 0)
{
ans = (ans + i);
}
else
{
};
i = (i + 2);
}; | mbpp_853.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
i 𐕂 1;
n 𐕂 30;
𐕕(i 𐔷 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
ans 𐕂 (ans 𐕐 i);
}
𐕎
{
};
i 𐕂 (i 𐕐 2);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_855.imp | int x;
int ans;
x = 10;
if(x < 0)
{
if(x < 0)
{
ans = 1;
halt;
}
else
{
halt;
};
}
else
{
if((x % 2) == 0)
{
ans = 1;
halt;
}
else
{
halt;
};
}; | mbpp_855.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int ans;
x 𐕂 10;
𐔸(x 𐔳 0)
{
𐔸(x 𐔳 0)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
𐔱;
};
}
𐕎
{
𐔸((x 𐕖 2) 𐕟 0)
{
ans 𐕂 1;
𐔱;
}
𐕎
{
𐔱;
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>12</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_86.imp | int ans;
int n;
n = 10;
ans = (((3 * n) * (n - 1)) + 1); | mbpp_86.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
n 𐕂 10;
ans 𐕂 (((3 𐕊 n) 𐕊 (n 𐕙 1)) 𐕐 1); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>4</rule>
<rule>5</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_876.imp | int ans;
int a;
int b;
int c;
int d;
int e;
b = 15;
c = 17;
if(b > c)
{
a = b;
b = c;
c = a;
}
else
{
};
d = 1;
e = 1;
while((e <= b) && (e <= c))
{
if(((b % e) == 0) && ((c % e) == 0))
{
d = e;
}
else
{
};
e = (e + 1);
};
ans = ((b * c) / d); | mbpp_876.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int a;
int b;
int c;
int d;
int e;
b 𐕂 15;
c 𐕂 17;
𐔸(b 𐕃 c)
{
a 𐕂 b;
b 𐕂 c;
c 𐕂 a;
}
𐕎
{
};
d 𐕂 1;
e 𐕂 1;
𐕕((e 𐔷 b) 𐕜 (e 𐔷 c))
{
𐔸(((b 𐕖 e) 𐕟 0) 𐕜 ((c 𐕖 e) 𐕟 0))
{
d 𐕂 e;
}
𐕎
{
};
e 𐕂 (e 𐕐 1);
};
ans 𐕂 ((b 𐕊 c) 𐕏 d); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>14</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>1... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_882.imp | int ans;
int h;
int b;
h = 8;
b = 9;
ans = ((2 * h) * b); | mbpp_882.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int h;
int b;
h 𐕂 8;
b 𐕂 9;
ans 𐕂 ((2 𐕊 h) 𐕊 b); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_884.imp | int ans;
int l;
int n;
int r;
n = 10;
l = 2;
r = 1;
if(((l <= n) && (r <= n)) && ((n % l) == 0))
{
ans = 1;
}
else
{
}; | mbpp_884.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int l;
int n;
int r;
n 𐕂 10;
l 𐕂 2;
r 𐕂 1;
𐔸(((l 𐔷 n) 𐕜 (r 𐔷 n)) 𐕜 ((n 𐕖 l) 𐕟 0))
{
ans 𐕂 1;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>19</rule>
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>19</rule>
<rule>22<... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_901.imp | int n;
int ans;
int a;
int i;
n = 8;
i = (n * 2);
while(1 > 0)
{
a = 1;
while(a < n)
{
if((i % a) != 0)
{
i = (i + n);
break;
}
else
{
};
if((a == (n - 1)) && ((i % a) == 0))
{
ans = i;
halt;
... | mbpp_901.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int ans;
int a;
int i;
n 𐕂 8;
i 𐕂 (n 𐕊 2);
𐕕(1 𐕃 0)
{
a 𐕂 1;
𐕕(a 𐔳 n)
{
𐔸((i 𐕖 a) 𐕀 0)
{
i 𐕂 (i 𐕐 n);
𐔾;
}
𐕎
{
};
𐔸((a 𐕟 (n 𐕙 1)) 𐕜 ((i 𐕖 a) 𐕟 0))
{
ans 𐕂 i;
𐔱;
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>1</rule>
<rule>5</rule>
<rule>21</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>1</rule>
<rule>4</rule>
<rule>16</rule>
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>19</rule>
<rule>23</rule>
<rule>26</... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": 0,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_903.imp | int i;
int n;
int temp;
int ans;
n = 14;
i = 1;
while(i <= n)
{
temp = i;
while(temp != 0)
{
if((temp % 2) == 0)
{
ans = (ans + 1);
}
else
{
};
temp = (temp / 2);
};
i = (i + 1);
}; | mbpp_903.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int i;
int n;
int temp;
int ans;
n 𐕂 14;
i 𐕂 1;
𐕕(i 𐔷 n)
{
temp 𐕂 i;
𐕕(temp 𐕀 0)
{
𐔸((temp 𐕖 2) 𐕟 0)
{
ans 𐕂 (ans 𐕐 1);
}
𐕎
{
};
temp 𐕂 (temp 𐕏 2);
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="4">
<rule>1</rule>
<rule>8</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_905.imp | int ans;
int i;
int n;
ans = 1;
n = 5;
i = (n + 1);
while(i <= (n * 2))
{
ans = (ans * i);
i = (i + 1);
};
i = 1;
while(i <= n)
{
ans = (ans / i);
i = (i + 1);
}; | mbpp_905.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int n;
ans 𐕂 1;
n 𐕂 5;
i 𐕂 (n 𐕐 1);
𐕕(i 𐔷 (n 𐕊 2))
{
ans 𐕂 (ans 𐕊 i);
i 𐕂 (i 𐕐 1);
};
i 𐕂 1;
𐕕(i 𐔷 n)
{
ans 𐕂 (ans 𐕏 i);
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>13</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_93.imp | int ans;
int i;
int a;
int b;
i = 2;
a = 3;
b = 4;
ans = a;
while(i <= b)
{
ans = (ans * a);
i = (i + 1);
}; | mbpp_93.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int a;
int b;
i 𐕂 2;
a 𐕂 3;
b 𐕂 4;
ans 𐕂 a;
𐕕(i 𐔷 b)
{
ans 𐕂 (ans 𐕊 a);
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="4">
<rule>1</rule>
<rule>1</rule>
... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_935.imp | int ans;
int i;
int number;
number = 7;
i = 1;
while(i <= number)
{
ans = (ans + (i * i));
i = (i + 1);
}; | mbpp_935.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int number;
number 𐕂 7;
i 𐕂 1;
𐕕(i 𐔷 number)
{
ans 𐕂 (ans 𐕐 (i 𐕊 i));
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_952.imp | int ans;
int n;
int i;
int r;
int p;
ans = 1;
n = 11;
r = 3;
p = 14;
i = 1;
while(i <= r)
{
ans = ((ans * ((n - i) + 1)) / i);
i = (i + 1);
};
ans = (((ans - 1) % p) + 1); | mbpp_952.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int i;
int r;
int p;
ans 𐕂 1;
n 𐕂 11;
r 𐕂 3;
p 𐕂 14;
i 𐕂 1;
𐕕(i 𐔷 r)
{
ans 𐕂 ((ans 𐕊 ((n 𐕙 i) 𐕐 1)) 𐕏 i);
i 𐕂 (i 𐕐 1);
};
ans 𐕂 (((ans 𐕙 1) 𐕖 p) 𐕐 1); | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>3</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_957.imp | int ans;
int y;
int x;
x = 16;
while(x > 0)
{
y = (x % 2);
ans = (ans + 1);
x = (x / 2);
if(y == 1)
{
break;
}
else
{
};
}; | mbpp_957.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int y;
int x;
x 𐕂 16;
𐕕(x 𐕃 0)
{
y 𐕂 (x 𐕖 2);
ans 𐕂 (ans 𐕐 1);
x 𐕂 (x 𐕏 2);
𐔸(y 𐕟 1)
{
𐔾;
}
𐕎
{
};
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>8</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_960.imp | int n;
int ans;
n = 4;
ans = (- 1);
if(n == 4)
{
ans = 3;
}
else
{
};
if(n == 3)
{
ans = 2;
}
else
{
};
if(n == 5)
{
ans = 5;
}
else
{
}; | mbpp_960.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int ans;
n 𐕂 4;
ans 𐕂 (𐕙 1);
𐔸(n 𐕟 4)
{
ans 𐕂 3;
}
𐕎
{
};
𐔸(n 𐕟 3)
{
ans 𐕂 2;
}
𐕎
{
};
𐔸(n 𐕟 5)
{
ans 𐕂 5;
}
𐕎
{
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>11</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="4">
<rule>1</rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mbpp_962.imp | int ans;
int i;
int l;
int r;
l = 3;
r = 8;
i = l;
while(i <= r)
{
if((i % 2) == 0)
{
ans = (ans + i);
}
else
{
};
i = (i + 1);
}; | mbpp_962.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int i;
int l;
int r;
l 𐕂 3;
r 𐕂 8;
i 𐕂 l;
𐕕(i 𐔷 r)
{
𐔸((i 𐕖 2) 𐕟 0)
{
ans 𐕂 (ans 𐕐 i);
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="4">... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-mbpp_968.imp | int n;
int a;
int b;
int ans;
a = 5;
b = 7;
n = 4;
if(a >= b)
{
ans = n;
}
else
{
ans = ((n + a) - b);
}; | mbpp_968.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int a;
int b;
int ans;
a 𐕂 5;
b 𐕂 7;
n 𐕂 4;
𐔸(a 𐕛 b)
{
ans 𐕂 n;
}
𐕎
{
ans 𐕂 ((n 𐕐 a) 𐕙 b);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>15</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>1... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": 0,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-mbpp_970.imp | int ans;
int x;
int y;
x = 19;
y = 15;
if(x < y)
{
ans = x;
}
else
{
ans = y;
}; | mbpp_970.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int x;
int y;
x 𐕂 19;
y 𐕂 15;
𐔸(x 𐔳 y)
{
ans 𐕂 x;
}
𐕎
{
ans 𐕂 y;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>12</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>21</rule>
</answer>
</ans> | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,... | |
srp-mk-K-unseen-min_factorization.imp | int n;
int m;
int l;
int i;
int ans;
l = 1;
i = 9;
n = 48;
while(i >= 2)
{
if((n % i) == 0)
{
m = (m + (i * l));
l = (l * 10);
n = (n / i);
}
else
{
i = (i - 1);
};
};
if(n == 1)
{
ans = m;
}
else
{
ans = 0;
}; | min_factorization.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int n;
int m;
int l;
int i;
int ans;
l 𐕂 1;
i 𐕂 9;
n 𐕂 48;
𐕕(i 𐕛 2)
{
𐔸((n 𐕖 i) 𐕟 0)
{
m 𐕂 (m 𐕐 (i 𐕊 l));
l 𐕂 (l 𐕊 10);
n 𐕂 (n 𐕏 i);
}
𐕎
{
i 𐕂 (i 𐕙 1);
};
};
𐔸(n 𐕟 1)
{
ans 𐕂 m;
}
𐕎
{
ans 𐕂 0;
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>5</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-mirror_reflection.imp | int x;
int y;
int r;
int s;
int ans;
int t;
int k;
int i;
int j;
int h;
r = 2;
s = 1;
x = r;
y = s;
while(y != 0)
{
t = (x % y);
x = y;
y = t;
};
h = x;
k = ((r * s) / h);
i = (k / r);
j = (k / s);
if(((i % 2) == 0) && ((j % 2) == 1))
{
ans = 0;
}
else
{
};
if(((i % 2) == 1) && ((j % 2) == 1))
{
an... | mirror_reflection.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int x;
int y;
int r;
int s;
int ans;
int t;
int k;
int i;
int j;
int h;
r 𐕂 2;
s 𐕂 1;
x 𐕂 r;
y 𐕂 s;
𐕕(y 𐕀 0)
{
t 𐕂 (x 𐕖 y);
x 𐕂 y;
y 𐕂 t;
};
h 𐕂 x;
k 𐕂 ((r 𐕊 s) 𐕏 h);
i 𐕂 (k 𐕏 r);
j 𐕂 (k 𐕏 s);
𐔸(((i 𐕖 2) 𐕟 0) 𐕜 ((j 𐕖 2) 𐕟 1))
{
ans 𐕂 0;
}
𐕎
{
};
𐔸(((i 𐕖 2) 𐕟 1) 𐕜 ((j 𐕖 2)... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>17</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": 0,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": 0,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": 0,
"X": null,
... | |
srp-mk-K-unseen-n_digit.imp | int a;
int b;
int c;
int x;
int y;
int ans;
int z;
int q;
int r;
a = 1;
b = 10;
c = 1;
x = 12;
y = 1;
while(y <= x)
{
if(y == b)
{
b = (b * 10);
c = (c + 1);
}
else
{
};
if(a == x)
{
z = y;
q = b;
r = (a + c);
while(y > 0)
{
... | n_digit.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int c;
int x;
int y;
int ans;
int z;
int q;
int r;
a 𐕂 1;
b 𐕂 10;
c 𐕂 1;
x 𐕂 12;
y 𐕂 1;
𐕕(y 𐔷 x)
{
𐔸(y 𐕟 b)
{
b 𐕂 (b 𐕊 10);
c 𐕂 (c 𐕐 1);
}
𐕎
{
};
𐔸(a 𐕟 x)
{
z 𐕂 y;
q 𐕂 b;
r 𐕂 (a 𐕐 c);
𐕕(y 𐕃 0)
{
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>1</rule>
<rule>16</rule>
<rule>23</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>1</rule>
<rule>3</rule>
<rule>2... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": 0,
"b": 0,
"c": 0,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": null,
... | |
srp-mk-K-unseen-num_days.imp | int a;
int b;
int ans;
a = 2000;
b = 2;
if(b == 2)
{
if((a % 100) == 0)
{
if((a % 400) == 0)
{
ans = 29;
halt;
}
else
{
ans = 28;
halt;
};
}
else
{
if((a % 4) == 0)
{
ans = 29;... | num_days.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int a;
int b;
int ans;
a 𐕂 2000;
b 𐕂 2;
𐔸(b 𐕟 2)
{
𐔸((a 𐕖 100) 𐕟 0)
{
𐔸((a 𐕖 400) 𐕟 0)
{
ans 𐕂 29;
𐔱;
}
𐕎
{
ans 𐕂 28;
𐔱;
};
}
𐕎
{
𐔸((a 𐕖 4) 𐕟 0)
{
ans 𐕂 29;... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>1</rule>
<rule>16</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule>1</rule>
<rule>8</rule>
<rule>16</rule>
<rule>22</rule>
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... | |
srp-mk-K-unseen-pattern.imp | int r;
int c;
int n;
int ans;
n = 5;
r = 1;
c = 0;
ans = n;
while(r <= n)
{
c = 1;
while(c < ans)
{
c = (c + 1);
};
ans = (ans - 1);
c = 1;
while(c <= ((2 * r) - 1))
{
c = (c + 1);
};
r = (r + 1);
}; | pattern.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int r;
int c;
int n;
int ans;
n 𐕂 5;
r 𐕂 1;
c 𐕂 0;
ans 𐕂 n;
𐕕(r 𐔷 n)
{
c 𐕂 1;
𐕕(c 𐔳 ans)
{
c 𐕂 (c 𐕐 1);
};
ans 𐕂 (ans 𐕙 1);
c 𐕂 1;
𐕕(c 𐔷 ((2 𐕊 r) 𐕙 1))
{
c 𐕂 (c 𐕐 1);
};
r 𐕂 (r 𐕐 1);
}; | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>1</rule>
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>13</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answer id="3">
<rule... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": 0,
"X": null,... | |
srp-mk-K-unseen-perfect_num.imp | int ans;
int n;
int i;
int p;
int s;
s = 1;
i = 2;
n = 7;
while((i * i) <= n)
{
if((n % i) == 0)
{
s = (s + i);
p = (n / i);
if(i != p)
{
s = (s + p);
}
else
{
};
}
else
{
};
i = (i + 1);
};
if(s == n)
{
ans = ... | perfect_num.imp | K | module IMP_K_UNSEEN-SYNTAX
imports INT
imports BOOL
imports LIST
imports MAP
imports ID
imports STRING
imports K-LOCATIONS
syntax AExp ::= Int | Id
| "𐕐" AExp [strict]
| "𐕙" AExp [strict]
> left:
... | IMP | int ans;
int n;
int i;
int p;
int s;
s 𐕂 1;
i 𐕂 2;
n 𐕂 7;
𐕕((i 𐕊 i) 𐔷 n)
{
𐔸((n 𐕖 i) 𐕟 0)
{
s 𐕂 (s 𐕐 i);
p 𐕂 (n 𐕏 i);
𐔸(i 𐕀 p)
{
s 𐕂 (s 𐕐 p);
}
𐕎
{
};
}
𐕎
{
};
i 𐕂 (i 𐕐 1);
};
𐔸(s 𐕟 n)
{
... | true | KeywordObf | true | <ans>
<answer id="0">
<rule>36</rule>
</answer>
<answer id="1">
<rule>21</rule>
</answer>
<answer id="2">
<rule>24</rule>
<rule>25</rule>
<rule>1</rule>
<rule>1</rule>
<rule>5</rule>
<rule>1</rule>
<rule>13</rule>
<rule>22</rule>
<rule>26</rule>
</answer>
<answe... | [
{
"line_number": 1,
"prior_state": {
"ble": 0,
"ans": null,
"num": null,
"a": null,
"b": null,
"c": null,
"d": null,
"f": null,
"x": null,
"j": null,
"k": null,
"m": null,
"p": null,
"q": null,
"r": null,
"X": nu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.