Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uff-Atividades-pilha-fila
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alan de Oliveira
uff-Atividades-pilha-fila
Commits
82dd2492
Commit
82dd2492
authored
May 11, 2022
by
Alan de Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Conclusão do exercício 7 -- remoção de função não utilizada
parent
00a64462
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
exercicio7.cpp
exercicio7.cpp
+0
-10
No files found.
exercicio7.cpp
View file @
82dd2492
...
...
@@ -97,16 +97,6 @@ bool operador(char s) {
return
false
;
}
bool
parenteses
(
char
s
)
{
vector
<
char
>
operadores
=
{
'('
,
')'
};
for
(
char
o
:
operadores
)
{
if
(
o
==
s
)
return
true
;
}
return
false
;
}
string
polonisar
(
string
expr
)
{
auto
stream
=
stringstream
{
expr
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment