#include <stdio.h>

int main() {
    int cd[9]= {};
    int user = 1,use = 1,a;


    for (int i = 0;i < 9; i++) {
        scanf("%d",&cd[user]);
        user++;
    }

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

    


}

Embed on website

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