Surprise Language Round 7

Solutions are presented as using the least memory and the fastest execution time. It also takes the top 10 most recent solutions from each language. If you want to limit to a specific index, click the "Solved" button and go to that problem.

ContestId
Name
Phase
Frozen
Duration (Seconds)
Relative Time
Start Time
470 Surprise Language Round 7 FINISHED False 7200 321200999 Sept. 13, 2014, 3:30 p.m.

Problems

Solved$
Index
Name
Type
Tags
Community Tag
Rating
( 255 ) C Eval PROGRAMMING *special 2100

B"You are given a simple arithmetic expression of the form a?b, where a and b are integer constants, and ? can be one of the following operations: '+' (addition), '-' (subtraction), '*' (multiplication), '/' (integer division) or '%' (modulo operation). Output the result of evaluation of this expression. The input is a single line containing an expression a?b. Here a and b are integers between 1 and 999, inclusive; ? is an operation character: '+', '-' (ASCII code 45), '*', '/' or '%'. Output a single integer -- the result of evaluation of this expression."...

Tutorials

Surprise Language Round #7: editorial

Submissions

Submission Id
Author(s)
Index
Submitted
Verdict
Language
Test Set
Tests Passed
Time taken (ms)
Memory Consumed (bytes)
Tags
Rating
40987965 ReaLNero1 C July 30, 2018, 9:38 p.m. OK FALSE TESTS 47 15 0 2100
16401165 kbl_didi_ridi C Feb. 28, 2016, 10:31 a.m. OK FALSE TESTS 47 15 0 2100
15901136 TeddyMichael C Feb. 8, 2016, 7:01 p.m. OK FALSE TESTS 47 15 0 2100
15721381 cugel C Jan. 31, 2016, 11:08 p.m. OK FALSE TESTS 47 15 0 2100
13925958 130705009 C Oct. 29, 2015, 3:12 a.m. OK FALSE TESTS 47 15 0 2100
10501399 Empress C March 28, 2015, 2:28 p.m. OK FALSE TESTS 47 15 0 2100
10206509 Grevozin C March 8, 2015, 12:54 p.m. OK FALSE TESTS 47 15 0 2100
10200028 xxxyyyzzz C March 8, 2015, 2:56 a.m. OK FALSE TESTS 47 15 0 2100
10181709 Grevozin C March 6, 2015, 6:41 p.m. OK FALSE TESTS 47 15 0 2100
8999891 wilcot C Dec. 6, 2014, 12:51 p.m. OK FALSE TESTS 47 15 0 2100

remove filters

Back to search problems