Skip to content

Commit 32db5e3

Browse files
committed
Added Day 01 Mathematics Question 1 solution
1 parent 9d2f289 commit 32db5e3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Problems/Mathematics/Day-01/sol/Priyanshi_Giri/question1.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ int main() {
3737

3838
/* Explaination : The opposite numbers must be having exactly n/2 numbers in between, hence the total number, ie. n = 2*abs(a-b).
3939
40-
Time Complexity : O(t), t is the number of test cases. */
40+
Time Complexity : O(t), t is the number of test cases.
41+
42+
Submission Link : https://codeforces.com/contest/1560/submission/355247479
43+
44+
*/

0 commit comments

Comments
 (0)