摘要: struct mapStruct { int key; unsigned long long value; }; static struct mapStruct arr[1000]; unsigned long long fab(unsigned long long x); void fab13() 阅读全文
posted @ 2021-11-21 23:59 FredGrit 阅读(22) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> void realpath9(); int main() { realpath9(); } void realpath9() { char * 阅读全文
posted @ 2021-11-21 23:51 FredGrit 阅读(32) 评论(0) 推荐(0) 编辑