12 2023 档案
摘要:我的答案:(变量名随便起的,不规范) class Solution { public: string dayOfTheWeek(int day, int month, int year) { std::string site[7] = {"Monday", "Tuesday", "Wednesday
阅读全文
摘要:我的答案: class Solution { public: string result; int i=0,j=0; string mergeAlternately(string word1, string word2) { if(word1.length()<1||word2.length()>1
阅读全文
摘要:C++ Standard Library headers − C++ 标准库。 C++ Programming − 这本书涵盖了 C++ 语言编程、软件交互设计、C++ 语言的现实生活应用。 C++ FAQ − C++ 常见问题 Free Country − Free Country 提供了免费的
阅读全文