INTEST - Enormous Input Test
The purpose of this problem is to verify whether the method you are using to read input data is sufficiently fast to handle problems branded with the enormous Input/Output warning. You are expected to be able to process at least 2.5MB of input data per second at runtime.
Input
The input begins with two positive integers n k (n, k<=107). The next n lines of input contain one positive integer ti, not greater than 109, each.
Output
Write a single integer to output, denoting how many integers ti are divisible by k.
Example
Input: 7 3 1 51 966369 7 9 999996 11 Output: 4
hide comments
abhishek_2001:
2019-10-18 22:49:41
hi guys.....I reduced my code time from 1.37 to 0.34 really happy,
|
|
phanindra_28:
2019-07-21 12:54:33
got green in time 3.85 for python :| |
|
stellaris_cpp:
2019-05-11 11:43:46
0.02 second in c++ :
|
|
aj_254:
2019-03-22 12:27:58
1.54 sec python 3 ez AC. |
|
invisible1997:
2019-02-15 05:03:04
0.07 seconds, how do people get faster than this? |
|
priyansh_018:
2019-01-16 21:35:34
Simple Code.. AC in one go. |
|
chutmarika:
2018-07-23 12:28:10
0.04 sec in c++ |
|
shahadat191:
2018-07-18 20:51:59
0.22 second in c++
|
|
akt_114:
2018-07-18 11:08:01
0.27 sec
|
|
phoenix0o0:
2018-06-16 09:51:24
0.44 sec
|
Added by: | adrian |
Date: | 2004-11-09 |
Time limit: | 2.112s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: NODEJS PERL6 VB.NET |
Resource: | Idea put forward by Michael Mendelsohn |