#include <stdio.h>

int main() {
    int a;
    int b;
    int c;
    scanf("%d%d%d",&a,&b,&c);
    printf("second largest number"&a,&b,&c);
}