diff --git a/比较运算符.cpp b/比较运算符.cpp index 39d44db..44922b4 100644 --- a/比较运算符.cpp +++ b/比较运算符.cpp @@ -1,6 +1,8 @@ // // Created by violet on 2026/2/28. // +#include "cstring" + #include "iostream" using namespace std; int main() { @@ -9,5 +11,18 @@ int main() { int num2 =4; bool r1 = (num1!=num2); cout<