#include <stdio.h>

int main() {
    int a,b,c;
    int h,i,j;
    char arr[10],k;
    scanf("%d", &a);
    scanf("%d", &b);

    // for (i = 0; i < b; i++) {
          scanf("%d", &arr[10]);  
    // }

    // for (int i = 0; i < a; i++)
    // {
        
    // }
    

        printf("%d",a / arr[10]);

}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: