mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-09 16:38:47 +00:00
9 lines
111 B
C++
9 lines
111 B
C++
#include <bits/stdc++.h>
|
|
|
|
using namespace std;
|
|
|
|
int main() {
|
|
cout << "I LOVE OI." << endl;
|
|
return 0;
|
|
}
|