We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c34df8 + 5723b1b commit 5a35f19Copy full SHA for 5a35f19
ReadMe.md
@@ -600,7 +600,7 @@ class StackFloat
600
public:
601
void push(float v);
602
float pop();
603
- float Find(float x)
+ int Find(float x)
604
{
605
for(int i = 0; i < size; ++i)
606
@@ -634,7 +634,7 @@ class Stack
634
635
void push(T v);
636
T pop();
637
- T Find(T x)
+ int Find(T x)
638
639
640
0 commit comments