6 lines
82 B
C
6 lines
82 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("%d\n", 55);
|
|
puts("more sup\n");
|
|
} |