Compare commits
1 Commits
dev_jiaolo
...
111dee6c4c
| Author | SHA1 | Date | |
|---|---|---|---|
| 111dee6c4c |
10
cin数据输入.cpp
10
cin数据输入.cpp
@@ -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;
|
|
||||||
}
|
|
||||||
11
布尔数据类型.cpp
11
布尔数据类型.cpp
@@ -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;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user