0_0_39217319_20961.cpp: In function 'int main()': 0_0_39217319_20961.cpp:14:56: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 14 | if (string[i] <= '9' && string >= '0') { | ~~~~~~~^~~~~~