#include <iostream> #include "yaml-cpp/yaml.h" #include <fstream> using namespace std; typedef struct { int cpp; int java; int android; int python; }Skills; ...
確定! 回上一頁