mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-12-24 03:11:58 +00:00
parent
538569394d
commit
8fb7219215
8
XJOI/problem/9291/9291.cpp
Normal file
8
XJOI/problem/9291/9291.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "I LOVE OI." << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user