gcc optimization? bug? and its practial implication to project

前端 未结 5 1448
谎友^
谎友^ 2021-01-11 16:11

My questions are divided into three parts

Question 1
Consider the below code,

#include 
using namespace std;

i         


        
5条回答
  •  遥遥无期
    2021-01-11 16:34

    What does the line:

    cout<<(i + v)<

    Output in the SUSE example? You're sure you don't have 64bit ints?

提交回复
热议问题