#include <stdio.h>

int main() {
    
int number =A;

printf("%d\n", number);
return 0;
}