Олимпиадный тренинг

Задача . 36010


Задача

Темы:
In Java, a variable of type int is represented internally as a 32-bit signed integer.
Suppose that one bit stores the sign, and the other 31 bits store the magnitude of
the number in base 2. In this scheme, what is the largest value that can be stored
as type int?
(A) 232
(B) 232 − 1
(C) 231
(D) 231 − 1
(E) 230
 

time 1000 ms
memory 32 Mb
Правила оформления программ и список ошибок при автоматической проверке задач

Статистика успешных решений по компиляторам
Комментарий учителя