3 lines
58 B
C++
3 lines
58 B
C++
int si() { return int(); }
|
|
float sf() { return float(); }
|
int si() { return int(); }
|
|
float sf() { return float(); }
|