fnmain

Results 1 issues of fnmain

在 C99 可以使用变量来定义数组的长度。 ```c // Only C99 int len = 10; int arr[len]; ```