mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 07:28:52 +00:00
10 lines
96 B
C
10 lines
96 B
C
int sum(int len, int p[2][3]) {
|
|
return 0;
|
|
}
|
|
|
|
int main() {
|
|
int a[2][3];
|
|
|
|
return 0;
|
|
}
|