Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

utf82latin1

Este va

Author

anonymous

about 3 years ago

Language

C++

Compiler

gcc 12.1.0

Options
Warnings
Don't Use Boost
C++14
-pedantic

utf82latin1

Este va

Author

anonymous

about 3 years ago

noname

$ g++ prog.cc -Wall -Wextra -std=c++14 -pedantic
prog.cc: In function 'std::string latin(const std::string&)':
prog.cc:40:1: warning: no return statement in function returning non-void [-Wreturn-type]
   40 | }
      | ^
1(1)
2(2)
3(3)
4(4)
5(5)
6(6)
7(7)
8(8)
9(9)
10(10)
11(11)
12(12)
13(13)
14(14)
15(15)
16(16)
17(17)
18(18)
19(19)
20(20)
21(21)
22(22)
23(23)
24(24)
25(25)
26(26)
27(27)
28(28)
29(29)
30(30)
31(31)
32(32)
33(33)
34(34)
35(35)
36(36)
37(37)
38(38)
39(39)
40(40)
41(41)
42(42)
43(43)
44(44)
45(45)
46(46)
47(47)
48(48)
49(49)
50(50)
51(51)
52(52)
53(53)
54(54)
55(55)
56(56)
57(57)
58(58)
59(59)
60(60)
61(61)
62(62)
63(63)
64(64)
65(65)
66(66)
67(67)
68(68)
69(69)
70(70)
71(71)
72(72)
73(73)
74(74)
75(75)
76(76)
77(77)
78(78)
79(79)
80(80)
81(81)
82(82)
83(83)
84(84)
85(85)
86(86)
87(87)
88(88)
89(89)
90(90)
91(91)
92(92)
93(93)
94(94)
95(95)
96(96)
97(97)
98(98)
99(99)
100(100)
101(101)
102(102)
103(103)
104(104)
105(105)
106(106)
107(107)
108(108)
109(109)
110(110)
111(111)
112(112)
113(113)
114(114)
115(115)
116(116)
117(117)
118(118)
119(119)
120(120)
121(121)
122(122)
123(123)
124(124)
125(125)
126(126)
127(127)
128(194,128)
129(194,129)
130(194,130)
131(194,131)
132(194,132)
133(194,133)
134(194,134)
135(194,135)
136(194,136)
137(194,137)
138(194,138)
139(194,139)
140(194,140)
141(194,141)
142(194,142)
143(194,143)
144(194,144)
145(194,145)
146(194,146)
147(194,147)
148(194,148)
149(194,149)
150(194,150)
151(194,151)
152(194,152)
153(194,153)
154(194,154)
155(194,155)
156(194,156)
157(194,157)
158(194,158)
159(194,159)
160(194,160)
161(194,161)
162(194,162)
163(194,163)
164(194,164)
165(194,165)
166(194,166)
167(194,167)
168(194,168)
169(194,169)
170(194,170)
171(194,171)
172(194,172)
173(194,173)
174(194,174)
175(194,175)
176(194,176)
177(194,177)
178(194,178)
179(194,179)
180(194,180)
181(194,181)
182(194,182)
183(194,183)
184(194,184)
185(194,185)
186(194,186)
187(194,187)
188(194,188)
189(194,189)
190(194,190)
191(194,191)
192(195,128)
193(195,129)
194(195,130)
195(195,131)
196(195,132)
197(195,133)
198(195,134)
199(195,135)
200(195,136)
201(195,137)
202(195,138)
203(195,139)
204(195,140)
205(195,141)
206(195,142)
207(195,143)
208(195,144)
209(195,145)
210(195,146)
211(195,147)
212(195,148)
213(195,149)
214(195,150)
215(195,151)
216(195,152)
217(195,153)
218(195,154)
219(195,155)
220(195,156)
221(195,157)
222(195,158)
223(195,159)
224(195,160)
225(195,161)
226(195,162)
227(195,163)
228(195,164)
229(195,165)
230(195,166)
231(195,167)
232(195,168)
233(195,169)
234(195,170)
235(195,171)
236(195,172)
237(195,173)
238(195,174)
239(195,175)
240(195,176)
241(195,177)
242(195,178)
243(195,179)
244(195,180)
245(195,181)
246(195,182)
247(195,183)
248(195,184)
249(195,185)
250(195,186)
251(195,187)
252(195,188)
253(195,189)
254(195,190)
255(195,191)
Exit Code:
0