遇见YY

导航

 

2020年10月12日

摘要: #include <stdio.h> int main() { /***Declaration of non-local variable in 'for' loop***/ for (struct { int i; } s = {0}; s.i < 25; ++s.i) { printf(" \n 阅读全文
posted @ 2020-10-12 14:14 一骑红尘妃子笑! 阅读(234) 评论(0) 推荐(0)