#904: __那錯


famous727 (famous727)


# include <iostream>
using namespace std;
int main (  )
{

int a(1912 <= a<= 2147483647 ),b;

cin>>a;
b=a-1911;
cout<<b;

 

 

 

 


system("pause");
  return 0;
  }

#910: Re:那錯


snail (蝸牛)


int a(1912 <= a<= 2147483647 ),b;

宣告時不能指定範圍喔,括號的部份要去掉。題目給定的範圍其實是保證這題給的測試資料不會超出這個範圍,所以你不用擔心這個範圍以外的值。