#include <stdio.h>

int main() {
    // int itr;
    for(int itr=1;itr<=10;itr++) {
        
    }
    printf("%d ",itr);
    return 0;
}