0_0_39108540_8201.cpp:9:13: error: variable or field 'UfsInit' declared void
9 | static void UfsInit(ssize_t size)
| ^~~~~~~
0_0_39108540_8201.cpp:9:21: error: 'ssize_t' was not declared in this scope
9 | static void UfsInit(ssize_t size)
| ^~~~~~~
0_0_39108540_8201.cpp: In function 'int DEMO_GET_CIRCLES()':
0_0_39108540_8201.cpp:53:17: error: 'scanf' was not declared in this scope
53 | scanf("%d", &vertexNums);
| ^~~~~
0_0_39108540_8201.cpp:55:25: error: 'printf' was not declared in this scope
55 | printf("scanf error, vertexNums is %d", vertexNums);
| ^~~~~~
0_0_39108540_8201.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 |
0_0_39108540_8201.cpp:61:25: error: 'printf' was not declared in this scope
61 | printf("scanf error, edgeNums is %d", edgeNums);
| ^~~~~~
0_0_39108540_8201.cpp:61:25: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
0_0_39108540_8201.cpp:65:17: error: 'UfsInit' was not declared in this scope
65 | UfsInit(vertexNums);
| ^~~~~~~
0_0_39108540_8201.cpp:77:17: error: 'printf' was not declared in this scope
77 | printf("%d\n", ret);
| ^~~~~~
0_0_39108540_8201.cpp:77:17: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
|