@kkksc03
这算bug吗?
我在B2016中的IDE模式中多次输入-1.999,反馈的输出是0, 程序如下:
#include<iostream> using namespace std; int main(){ long long x; cin>>x; cout<<x; }