36

单选题 36 /71

下面代码的输出结果是?
#include <stdio.h>
int main() {  
	printf("%d", 150 / 50 % 5);  
	return 0;
}



参考答案

5
3
编译错误
NAN