修改文件结构。
This commit is contained in:
6
POP/04/Exercise02.c
Normal file
6
POP/04/Exercise02.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
int result, x;
|
||||
printf("%d", (5 > 3 && 2 || 8 < 4 - !0));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user