0_0_39832091_20695.cpp: In function 'bool judge(int)': 0_0_39832091_20695.cpp:12:30: error: 'sqrt' was not declared in this scope 12 | for (int i = 2; i <= sqrt(key); i++) { | ^~~~