#include <stdio.h>
#include <math.h>

float norma(float x, float y) {
    return sqrt(pow(x, 2.0) + pow(y, 2.0));    
}

void main() {
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: