Mã chấm: 268575
Main.cc:6:13: error: stray ‘\303’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:6:14: error: stray ‘\245’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:6:22: error: stray ‘\303’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:6:23: error: stray ‘\245’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:6:33: error: stray ‘\303’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:6:34: error: stray ‘\245’ in program for(int å = 0); å <= X; ++å) { ^ Main.cc:7:16: error: stray ‘\303’ in program if(pow(å, 5) == X) { ^ Main.cc:7:17: error: stray ‘\245’ in program if(pow(å, 5) == X) { ^ Main.cc:8:51: error: stray ‘\303’ in program std::cout << " Giá trị å là: "<< å << std::endl; ^ Main.cc:8:52: error: stray ‘\245’ in program std::cout << " Giá trị å là: "<< å << std::endl; ^ Main.cc: In function ‘int main()’: Main.cc:6:16: error: expected unqualified-id before ‘=’ token for(int å = 0); å <= X; ++å) { ^ Main.cc:6:16: error: expected ‘;’ before ‘=’ token Main.cc:6:16: error: expected primary-expression before ‘=’ token Main.cc:6:19: error: expected ‘;’ before ‘)’ token for(int å = 0); å <= X; ++å) { ^ Main.cc:6:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] for(int å = 0); å <= X; ++å) { ^~~ Main.cc:6:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ for(int å = 0); å <= X; ++å) { ^~ Main.cc:6:25: error: expected primary-expression before ‘<=’ token Main.cc:6:35: error: expected primary-expression before ‘)’ token for(int å = 0); å <= X; ++å) { ^