#include <iostream>

int main() {
    int a=10;
    int b=20;
    printf("%d\n",(a+b));
}
int Main(){
    add();
    printf("GJ");
return 0;
}