Solution to the problem number 595 of AceptaelReto - 595.

Any questions do not hesitate to contact.


#include <bits/stdc++.h>
using namespace std;

int main(){
    int N; scanf("%d",&N);
    while(N--){
        int volume; scanf("%d",&volume);
        printf("%d\n",volume/100);
    }
    return 0;
}

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!