#include <stdio.h>

int main() {
    int a=printf("Hello world!");
    printf("\n%d",a);
    
    
    return 0;
}