0_0_38804737_31631.cpp: In function 'void go()':
0_0_38804737_31631.cpp:146:25: error: 'reasd' was not declared in this scope; did you mean 'read'?
146 | reasd(a[i]);
| ^~~~~
| read
0_0_38804737_31631.cpp:170:16: error: return-statement with a value, in function returning 'void' [-fpermissive]
170 | return 0;
| ^
|