mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 12:18:50 +00:00
parent
7a4c540059
commit
4d158adea9
14
LibreOJ/6828/6828.cpp
Normal file
14
LibreOJ/6828/6828.cpp
Normal 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
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
BIN
LibreOJ/6828/data/1.in
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user