摘要: C .c #include <stdio.h> int main() { printf("hello,world"); return 0; } C++ .cpp #include <iostream> using namespace std; int main() { cout << "hello, 阅读全文
posted @ 2025-01-17 06:17 NAGISB 阅读(21) 评论(0) 推荐(0)