Precreation contest files
This commit is contained in:
BIN
Codeforces/EducationalCodeforcesRound177(RatedforDiv2)/ACloudberryJam/cpp.out
Executable file
BIN
Codeforces/EducationalCodeforcesRound177(RatedforDiv2)/ACloudberryJam/cpp.out
Executable file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
2
|
||||
1
|
||||
3
|
||||
@@ -0,0 +1,2 @@
|
||||
2
|
||||
6
|
||||
@@ -0,0 +1,14 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
int t;
|
||||
cin >> t;
|
||||
|
||||
while (t--) {
|
||||
int n;
|
||||
cin >> n;
|
||||
cout << 2 * n << '\n';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user