Skip to content

Commit be0a10e

Browse files
committed
Runtime: 3 ms (Top 39.04%) | Memory: 5.8 MB (Top 95.13%)
1 parent 5af198e commit be0a10e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
// Runtime: 3 ms (Top 39.04%) | Memory: 5.8 MB (Top 95.13%)
12
class Solution {
23
public:
3-
int sum(int num1, int num2) {
4-
return num1+num2;
5-
}
4+
int sum(int num1, int num2) {
5+
return num1+num2;
6+
}
67
};

0 commit comments

Comments
 (0)