fora = 0; a1-1; a++
The code you provided is a for loop that initializes the variable "a" to 0 and checks if "a" is less than (1-1) before each iteration. However, since (1-1) equals 0, the condition will always be false and the loop will not execute.
原文地址: http://www.cveoy.top/t/topic/hQAH 著作权归作者所有。请勿转载和采集!