왜 83이 출력됨???


#include <iostream>

using namespace std;


int main() {

int b = 00123;

cout << b;


return 0;

}