Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

domashno 4 #1028

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

domashno 4 #1028

wants to merge 8 commits into from

Conversation

DesertFoxBG
Copy link
Contributor

finaly done

@elsysbot
Copy link
Contributor

Assignment report

Points earned: 0
Maximum points: 20

Task 1: Reverse it [0/5 points]

Reverse array of numbers

Not submitted

Task 2: Read the odds [0/5 points]

Read only odds number

Not submitted

Task 3: Frequency [0/5 points]

Not submitted

Task 4: R&D [0/5 points]

Read and Devide

Not submitted

Unrecognized files

Frequency_3.c

ReadAndDivide_4.c

ReadTheOdds_2.c

ReverseIt_1.c

@elsysbot
Copy link
Contributor

Not fully correct. Fix your tasks and submit them.

@elsysbot
Copy link
Contributor

elsysbot commented Dec 8, 2016

Assignment report

Points earned: 5
Maximum points: 20

Task 1: Reverse it [5/5 points]

Reverse array of numbers

Testcase 1 passed

Testcase 2 passed

Testcase 3 passed

Task 2: Read the odds [0/5 points]

Read only odds number

Testcase 1 failed

Testcase 2 failed

Testcase 3 failed

Task 3: Frequency [0/5 points]

Failed compiling

Exit code: 1

Error

03_Frequency.c: In function ‘main’:
03_Frequency.c:13:9: error: ‘input’ undeclared (first use in this function)
    freq[input[i] - 'A']++;
         ^
03_Frequency.c:13:9: note: each undeclared identifier is reported only once for each function it appears in

Task 4: R&D [0/5 points]

Read and Devide

Compiled with warning(s)

04_ReadAndDivide.c: In function ‘main’:
04_ReadAndDivide.c:11:3: warning: format ‘%f’ expects argument of type ‘float *’, but argument 2 has type ‘int’ [-Wformat=]
   while(scanf("%f", nums[i] != EOF))
   ^

Testcase 1 failed

Execution took more than 1 seconds

@elsysbot
Copy link
Contributor

elsysbot commented Dec 8, 2016

Not fully correct. Fix your tasks and submit them.

@elsysbot
Copy link
Contributor

Assignment report

Points earned: 12
Maximum points: 20

Task 1: Reverse it [5/5 points]

Reverse array of numbers

Testcase 1 passed

Testcase 2 passed

Testcase 3 passed

Task 2: Read the odds [2/5 points]

Read only odds number

Testcase 1 failed

Testcase 2 failed

Testcase 3 passed

Task 3: Frequency [5/5 points]

Testcase 1 passed

Testcase 2 passed

Task 4: R&D [0/5 points]

Read and Devide

Compiled with warning(s)

04_ReadAndDivide.c: In function ‘main’:
04_ReadAndDivide.c:12:3: warning: format ‘%f’ expects argument of type ‘float *’, but argument 2 has type ‘float (*)[64]’ [-Wformat=]
   while(scanf("%f", &nums) != EOF)
   ^

Testcase 1 failed

Execution took more than 1 seconds

@elsysbot
Copy link
Contributor

Not fully correct. Fix your tasks and submit them.

@elsysbot
Copy link
Contributor

Assignment report

Points earned: 15
Maximum points: 20

Task 1: Reverse it [5/5 points]

Reverse array of numbers

Testcase 1 passed

Testcase 2 passed

Testcase 3 passed

Task 2: Read the odds [5/5 points]

Read only odds number

Testcase 1 passed

Testcase 2 passed

Testcase 3 passed

Task 3: Frequency [5/5 points]

Testcase 1 passed

Testcase 2 passed

Task 4: R&D [0/5 points]

Read and Devide

Compiled with warning(s)

04_ReadAndDivide.c: In function ‘main’:
04_ReadAndDivide.c:12:3: warning: format ‘%f’ expects argument of type ‘float *’, but argument 2 has type ‘float (*)[64]’ [-Wformat=]
   while(scanf("%f", &nums) != EOF)
   ^

Testcase 1 failed

Execution took more than 1 seconds

@elsysbot
Copy link
Contributor

Not fully correct. Fix your tasks and submit them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants