#33311: C++ 兩行解


andylu4146@gmail.com (41247001S 盧昱安)


不包含#include 和 int main()

 

int num;
while(cin >> num)cout << int(log2(num)) + 1 << endl;