teacher_code_c/test.cpp

4 lines
78 B
C++

#include <iostream>//函数 cout输出 cin输入
using namespace std;
int main() {
}