11 lines
138 B
C++
11 lines
138 B
C++
#include <bits/stdc++.h>
|
|
using namespace std;
|
|
|
|
int times;
|
|
|
|
int main(){
|
|
cin>>times;
|
|
for (int i=1; i<=times; i++) {
|
|
|
|
}
|
|
} |