forked from DionysiosB/CodeForces
-
Notifications
You must be signed in to change notification settings - Fork 0
farhadcu/CodeForces-1
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Sorry, we had to truncate this directory to 1,000 files. 13 entries were omitted from the list. | ||||
Repository files navigation
#include <cstdio>
int main(){
long n; scanf("%ld", &n);
for(long p = 0; p < n; p++){long x; scanf("%ld", &x); printf("%ld ", (n + 1 - x));}
puts("");
return 0;
}
About
CodeForces Algorithms
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 100.0%