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

Homework #1030

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

Homework #1030

wants to merge 4 commits into from

Conversation

stasor
Copy link
Contributor

@stasor stasor commented Nov 25, 2016

No description provided.

@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)

task04.c: In function ‘main’:
task04.c:6:18: warning: unused variable ‘m’ [-Wunused-variable]
  float c,n[64],s,m;
                  ^
task04.c:6:16: warning: unused variable ‘s’ [-Wunused-variable]
  float c,n[64],s,m;
                ^
task04.c:5:22: warning: unused variable ‘e’ [-Wunused-variable]
  int b=0,d=0,a=0,i=0,e;
                      ^
task04.c:5:14: warning: unused variable ‘a’ [-Wunused-variable]
  int b=0,d=0,a=0,i=0,e;
              ^

Testcase 1 failed

@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

Testcase 1 failed

@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