1 line
50 B
Java
1 line
50 B
Java
if (1 > 0) {int n = 1; return n;} else {return 0;} |
if (1 > 0) {int n = 1; return n;} else {return 0;} |