<<
31/64
>>
First
Last
何が出力されるでしょうか
#include <stdio.h> int main() { printf("%d %f\n", 1.2, 3); }
858993459 0.000000 (x86とおなじ)
3 1.200000
SEGV