1 Commits

Author SHA1 Message Date
111dee6c4c Merge pull request '1' (#7) from dev_jiaolong into main
Reviewed-on: #7
2026-02-25 12:29:01 +08:00
2 changed files with 0 additions and 21 deletions

View File

@@ -1,10 +0,0 @@
//
// Created by viole on 2026/2/25.
//
#include <iostream>
using namespace std;
int main() {
int num ;
cin >> num;
cout << num << endl;
}

View File

@@ -1,11 +0,0 @@
//
// Created by viole on 2026/2/25.
//
#include "iostream"
using namespace std;
int main() {
bool flag = 1;
bool flag2 = 0;
cout << flag << endl;
cout << flag2 << endl;
}