4 lines
80 B
C
4 lines
80 B
C
|
|
long main(int argc, char **argv) {
|
|
return ((float)1 / (float)3) * (float)3;
|
|
}
|