mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
bugs: fix bugs in coding template
This commit is contained in:
parent
7073d5ddf4
commit
73effbd561
@ -297,7 +297,8 @@ int* twoSum(int* nums, int numsSize, int target, int* returnSize) {
|
||||
create: [
|
||||
{
|
||||
language: "c",
|
||||
template: `#include <stdio.h>
|
||||
template: `
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -1016,6 +1017,8 @@ int *parseIntArray(char *line, int *len) {
|
||||
return arr;
|
||||
}
|
||||
|
||||
double findMedianSortedArrays(int* nums1, int nums1Size, int* nums2, int nums2Size);
|
||||
|
||||
int main() {
|
||||
char line[1024];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user