5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#include "sylib.h"
|
||
|
int a[10][10];
|
||
|
int main(){
|
||
|
return 0;
|
||
|
}
|