通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
以下程序的运行结果是( )。
#include<stdio.h> int main() { int a,b,d=241; a=d/100%9; b=(-1)&(-1); printf("%d,%d",a,b); return 0; }