some update

This commit is contained in:
2025-03-15 11:32:13 +08:00
parent fd723b2c47
commit 50f2621647
2 changed files with 0 additions and 137 deletions

View File

@@ -2,8 +2,5 @@
using namespace std;
int main(){
int n;
n++;
cout << n << endl;
return 0;
}