Forgot password?
 Register
Author: PinDIY

Crochet Confetti Shop - Irina Moilova - Friendly Unicorn - Unicornio Amistosa - Spanish

 Recommended [Copy link]
Post time 2024-3-25 16:23 | Show all posts
Superbe merci

When someone visits this page from a link you share, you will be rewarded

Reply Like

Use magic Report

Post time 2024-3-27 21:06 | Show all posts
        Adorable!!!!!!
Reply Like

Use magic Report

Post time 2024-3-27 21:21 | Show all posts
¸.•*´¨`*•.¸¸.•*´¨`*• •*´¨`*•.¸¸.•*´¨`*•.¸
         
**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**
      Thank you very much for sharing
**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**Ƹ̵̡Ӝ̵̨̄Ʒ**

¸.•*´¨`*•.¸¸.•*´¨`*• •*´¨`*•.¸¸.•*´¨`*•.¸
Reply Like

Use magic Report

Post time 2024-3-28 10:46 | Show all posts
Thank you very much
Reply Like

Use magic Report

Post time 2024-3-28 10:51 | Show all posts
Thanks for sharing!
Reply Like

Use magic Report

Post time 2024-3-28 15:13 | Show all posts
thank you so much
Reply Like

Use magic Report

Post time 2024-3-28 17:52 | Show all posts
Reply Like

Use magic Report

Post time 2024-3-28 21:15 | Show all posts
ecamorais

                               
Login/Register to enlarge
2024-3-28 17:52

thank you so much

thank you so much
Reply Like

Use magic Report

Post time 2024-3-28 21:18 | Show all posts
ecamorais

                               
Login/Register to enlarge
2024-3-28 21:15

thank you so much

#include <stdio.h>
#include <string.h>
#include <math.h>
#include <stdlib.h>

int main() {
    int numberOfStrings, numberOfQueries;
    char *inputStrings[1000], *queryStrings[1000];
    scanf("%d", &numberOfStrings);
    for (int stringCounter = 0; stringCounter < numberOfStrings; stringCounter++) {
        char inputString[21];
        scanf("%s", inputString);
        inputStrings[stringCounter] = malloc(21);
        strcpy(inputStrings[stringCounter], inputString);
    }
    scanf("%d", &numberOfQueries);

    for (int queryCounter = 0; queryCounter < numberOfQueries; queryCounter++) {
        int count = 0, identical;
        char *inputQuery = malloc(21);
        scanf("%s", inputQuery);
        queryStrings[queryCounter] = malloc(21);
        strcpy(queryStrings[queryCounter], inputQuery);
        for (int stringCounter = 0; stringCounter < numberOfStrings; stringCounter++) {
            identical = strcmp(queryStrings[queryCounter], inputStrings[stringCounter]);
            if (identical == 0) count++;
        }
        printf("%d\n", count);
    }

    return 0;
}
Reply Like

Use magic Report

Post time 2024-3-29 02:10 | Show all posts
ecamorais

                               
Login/Register to enlarge
2024-3-28 21:18

#include
#include
#include

thank you so much
Reply Like

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

tag|FAQ|Dark room|Archiver|search|PinDIY.com

2025-5-7 06:27 GMT+8

Quick Reply To Top Return to the list