返回主页
学习人数: 14.3k
stroke-dashoffset="*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 100%
未通过
#include <stdio.h>

void main ()
{
    int  x[8]= {1, 2, 3, 4, 5, 6, 7, 8 };
    int  *p=x;
    for (;p<x+8; p++)
        if (*p%3==0) 
            printf("%d\n", *p);
}                   

 

回答区域
提示
提示内容

登录后提交答案


由于参与答题的同学过多,仅展示其中100个同学的回答 (点击展开回答)