#include int main(int argc, char **argv) { printf("%d\n", 10 * 10); // 10 * 10 berechnen und als Ganzzahl //ausgeben. }