assert 동작 방법1 [word] assert 주장하다..... 프로그램에서는 #include int r = 1; assert( r == 1 ); // True assert( r == 0 ); // False 로 동작이 됩니다. 2023. 6. 2. 이전 1 다음