Initial commit
This commit is contained in:
9
test100.cpp
Normal file
9
test100.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include<bits/stdc++.h>
|
||||
using namespace std;
|
||||
|
||||
int main(){
|
||||
int n;
|
||||
n++;
|
||||
cout << n << endl;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user