Programming 01

馃煝聽諑铡謤摘崭謧诈盏崭謧斩 10

曰諡斩展 寨湛蘸站斋 乍寨謤铡斩斋斩:
#include <iostream>
 
int main() {
  int a = 10;
  int b = a;
  a = 2000;
  std::cout << b << std::endl;  
}
To check your solution you need to sign in
Sign in to continue