第一次来掘金,我是练习两年半的垃圾软件工程大学生。

46 阅读1分钟
#include <iostream>
using namespace std;
int main() {
  cout << "Hello, juejin!" << endl;
  return 0;