Precreation contest files
This commit is contained in:
@@ -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