0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-20 10:45:25 +00:00
OI-codes/XJOI/problem/9291/9291.cpp

9 lines
111 B
C++

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