Skip to content
#

competitive-programming

Here are 3,078 public repositories matching this topic...

beet-aizu
beet-aizu commented Oct 24, 2020

Description

yukicoderに提出しようとするとエラーを吐くのでメッセージに従って更新しようとしたらうまくいかなかった

[INFO] load cookie from: /Users/beet/Library/Application Support/online-judge-tools/cookie.jar
[NETWORK] GET: https://yukicoder.me
[NETWORK] redirected to: https://yukicoder.me/
[NETWORK] 200 OK
[INFO] You are logged in.
[NETWORK] GET: https://yukicoder.me/problems/no/1269
[NETWORK] 200 OK
[INFO] both G
cpeditor
coder3101
coder3101 commented Aug 1, 2020

There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:

  1. There is no need to explicitly call delete on widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below:
class Widget: public QObject

Improve this page

Add a description, image, and links to the competitive-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the competitive-programming topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.