зеркало из https://github.com/mozilla/gecko-dev.git
3 строки
46 B
C++
3 строки
46 B
C++
|
long f(int x) {
|
||
|
return (long)(x * 1000);
|
||
|
}
|