没什么好说的,太水了,直接puts输出就行了。

#include <iostream>
using namespace std;
int main() {
    puts("Happy Birthday LZU!");
    return 0;
}