Find out the number from 10 to 1000 that can be divided by 2, 3 and 7 at the same time, and output

Find out the number from 10 to 1000 that can be divided by 2, 3 and 7 at the same time, and output

//The test passed
#include
main()
{
\x09int i;
\x09for(i=10;i