1929: 5276. 数量
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:19
Solved:16
Description
给定一个正整数 n,请你计算[1,n]范围内一共有多少个正整数满足能被 2整除,但不能被 3整除。
Input
一个正整数 n。
Output
一个整数,表示满足条件的整数的数量。
Sample Input Copy
Sample Output Copy
HINT
前 33 个测试点满足 1≤n≤100。
所有测试点满足 1≤n≤10000。
所有测试点满足 1≤n≤10000。