#include <stdio.h>
int main(){
    a=10;
    b=20'
    c=a+b;
    printf(c)
}