0_0_39093447_10013.cpp:26:42: error: stray '\310' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:43: error: stray '\347' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:44: error: stray '\271' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:45: error: stray '\373' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:46: error: stray '\312' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:47: error: stray '\307' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:49: error: stray '\317' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:51: error: stray '\250' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:52: error: stray '\312' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp:26:53: error: stray '\375' in program
26 | if(isNarcissisticNumber(i)){/<c8><e7><b9><fb><ca><c7><U+02EE><cf><U+027B><a8><ca><fd>
| ^~~~
0_0_39093447_10013.cpp: In function 'int main()':
0_0_39093447_10013.cpp:26:41: error: expected primary-expression before '/' token
26 | if(isNarcissisticNumber(i)){/如果是水仙花数
| ^
0_0_39093447_10013.cpp:26:48: error: '\U000002ee' was not declared in this scope
26 | if(isNarcissisticNumber(i)){/如果是水仙花数
| ^
0_0_39093447_10013.cpp:32:17: error: expected '}' before 'else'
32 | else{
| ^~~~
0_0_39093447_10013.cpp:26:40: note: to match this '{'
26 | if(isNarcissisticNumber(i)){/如果是水仙花数
| ^
0_0_39093447_10013.cpp:37:13: error: 'result' was not declared in this scope
37 | if(!result){//没有结果
| ^~~~~~
0_0_39093447_10013.cpp: At global scope:
0_0_39093447_10013.cpp:42:5: error: expected unqualified-id before 'return'
42 | return 0;
| ^~~~~~
0_0_39093447_10013.cpp:43:1: error: expected declaration before '}' token
43 | }
| ^
|