Created By: demo
Created At: Wed, 12 Jun 2013 22:13:56 -0500
Input Dataset: 2012 July/SF
Last Submitted At: Wed, 12 Jun 2013 22:13:56 -0500
Last Finished At: Wed, 12 Jun 2013 22:15:01 -0500 (1m 5s)
Source Code
# Counting the number of projects written in more than one languages
counts: output sum of int;
p: Project = input;
if (len(p.programming_languages) > 1)
counts << 1;
Output
Job Output Size: 17 bytes
counts[] = 41417
Compilation
Status: Finished
Started: Wed, 12 Jun 2013 22:14:00 -0500
Finished: Wed, 12 Jun 2013 22:14:13 -0500 (13s)
Execution
Status: Finished
Started: Wed, 12 Jun 2013 22:14:23 -0500
Finished: Wed, 12 Jun 2013 22:15:01 -0500 (38s)