#include <iostream> using namespace std; int main() { int a = 0; int n =1; cin>>a; while(a!=1) { a%=2; n++; } cout<<n; }
求助各位大佬,为什么一堆数据超时