0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-08 12:18:50 +00:00

#6828. 「THUPC 2022」想象

https://loj.ac/s/1492413
This commit is contained in:
Baoshuo Ren 2022-06-27 11:31:52 +08:00
parent 7a4c540059
commit 4d158adea9
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A
3 changed files with 20 additions and 0 deletions

14
LibreOJ/6828/6828.cpp Normal file
View File

@ -0,0 +1,14 @@
#include <iostream>
using std::cin;
using std::cout;
const char endl = '\n';
int main() {
std::ios::sync_with_stdio(false);
cin.tie(nullptr);
cout << "FJOI" << endl;
return 0;
}

BIN
LibreOJ/6828/data/1.ans (Stored with Git LFS) Normal file

Binary file not shown.

BIN
LibreOJ/6828/data/1.in (Stored with Git LFS) Normal file

Binary file not shown.