9 linhas
66 B
C
9 linhas
66 B
C
#include<stdio.h>
|
|
|
|
int main(){
|
|
|
|
printf("teste");
|
|
|
|
return 0;
|
|
}
|