Quantcast
Channel: CodeChef Discuss - latest questions
Viewing all articles
Browse latest Browse all 40121

DOUBLE STRINGS - WA

$
0
0
#include <stdio.h>

int main()
{
int t;
scanf("%d", &t);

while (t--)
{
    long int n;

    scanf("%ld", &n);

    if(n % 2 == 0)
    {
        printf("%ld\n", n);
    }
}

return 0;

}


Viewing all articles
Browse latest Browse all 40121

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>