03 2021 档案

摘要:#include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** arg 阅读全文
posted @ 2021-03-29 15:59 李一鑫 阅读(159) 评论(2) 推荐(0)
摘要:#include <stdio.h> int main(){ printf(" o o\n"); printf(" <H> <H>\n"); printf(" I I I I\n"); return 0; } #include <stdio.h> int main() { int x, y; int 阅读全文
posted @ 2021-03-17 22:45 李一鑫 阅读(53) 评论(1) 推荐(0)