Start 2024-01-27 08:00:00

冬令营基础1.27课前

End 2024-01-27 10:00:00
Contest is over.
Now 2026-04-30 21:32:56

6.

include

using namespace std; int main() {

for(int i=100;i<=200;i++)
{
	if(i%3!=0)
	{
		cout<<i<<" ";
	}
}

}


lyhbylz  •  2年前

The contest has ended.