#include<iostream> #include <assert.h> using namespace std; int main() { int a = ; assert(a == );//当其不满足时触发 getchar(); return ; } 我以为是满足时触发,结果错了