0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2025-01-26 15:40:06 +00:00

9 lines
111 B
C++

#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "I LOVE OI." << endl;
return 0;
}