11 lines
75 B
Plaintext
11 lines
75 B
Plaintext
![]() |
#include "stdio.h"
|
||
|
|
||
|
main() {
|
||
|
|
||
|
int i;
|
||
|
int j;
|
||
|
|
||
|
j = 10;
|
||
|
|
||
|
return 0;
|
||
|
}
|