C_template

#include <stdio.h> #include <string.h> #include <stdlib.h> int main(int argc, char *argv[]) { char input[1000] = {0}; char *temp = NULL; int nums[100]
posted @ 2024-04-18 17:20  jason8826  阅读(1)  评论(0编辑  收藏  举报