mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 14:18:47 +00:00
54360. Hello, algorithm
https://ac.nowcoder.com/acm/contest/view-submission?submissionId=49323455
This commit is contained in:
parent
7ffca2af8e
commit
b96514eef9
8
NowCoder/54360/54360.cpp
Normal file
8
NowCoder/54360/54360.cpp
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
cout << "AC" << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user