Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
HeRaNO committed May 24, 2020
1 parent 76e26ae commit f1a4a11
Show file tree
Hide file tree
Showing 10 changed files with 1,428 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Contest/ICPC Greater New York Region 2019/A.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include <bits/stdc++.h>
using namespace std;

int main(int argc, char const *argv[])
{
int n;
scanf("%d",&n);
puts(n/10000==555?"YES":"NO");
return 0;
}
Loading

0 comments on commit f1a4a11

Please sign in to comment.