CPP icon indicating copy to clipboard operation
CPP copied to clipboard

Initialization on x86_64 platform

Open ccwanggl opened this issue 4 years ago • 0 comments

In my machine

$ uname -a 
Linux DELL-Inspiron7580 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

init.cpp output is

num1 = 0
num2 = 0

ccwanggl avatar Oct 11 '21 12:10 ccwanggl